Html Css Color HEX #3AFC31 Lime Green

📋 copy color: '#3AFC31'

red 58 ◦ green 252 ◦ blue 49

#3AFC31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3AFC31

Tints of Lime Green #3AFC31

RGB

 RED value IS 58 (23.05% from 255) = 16.16%

 GREEN value IS 252 (98.83% from 255) = 70.19%

 BLUE value IS 49 (19.53% from 255) = 13.65%

R = 16.16%
G = 70.19%
B = 13.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3AFC31 (or 0x3AFC31) is known color: Lime Green. HEX triplet: 3A, FC and 31. RGB value is (58,252,49). Sum of RGB (Red+Green+Blue) = 58+252+49=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 252 (98.83% from 255 or 70.19% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC31 is #C503CE. Grayscale: #ABABAB. Windows color (decimal): -12911567 or 3275834. OLE color: 3275834.

HSL color Cylindrical-coordinate representation of color #3AFC31: hue angle of 117.34º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AFC31 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 49 -
CMYK 0.77 0 0.81 0.01
HSL 117.34º 0.97% 0.59% -
HSV(B) 117.34º 0.81% 0.99% -
XYZ 37.11 70.74 14.6 -
YUV 170.85 59.23 47.51 -
System Red Green Blue C M Y K H S L
Decimal 58 252 49 0.77 0 0.81 0.01 117.34 0.97 0.59
Hex 3A FC 31 4D 0 51 1 75 61 3B
Octal 72 374 61 115 0 121 1 165 141 73
Binary 111010 11111100 110001 1001101 0 1010001 1 1110101 1100001 111011

Color Harmonies of #3AFC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC31

Black with #3AFC31

Text Example


Text Example

White with #3AFC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AFC31; }

 p { color: rgb(58,252,49); }

 H1.HeaderClassName
 {
   color: #3AFC31;
 }
 .AnyTagClassName
 {
   color: #3AFC31;
 }
</style>

background-color css

<style>
 a { background-color: #3AFC31; }

 a { background-color: rgb(58,252,49); }

 div.DivClassName
 {
   background-color: #3AFC31;
 }
 .BgClassName
 {
   background-color: #3AFC31;
 }
</style>

border-color css

<style>
 span { border-color: #3AFC31; }

 span { border-color: rgb(58,252,49); }

 td.TdClassName
 {
   border-color: #3AFC31;
 }
 .TagClassName
 {
   border-color: #3AFC31;
 }
</style>