Html Css Color HEX #3AFC2F Lime Green

📋 copy color: '#3AFC2F'

red 58 ◦ green 252 ◦ blue 47

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

Shades of Lime Green #3AFC2F

Tints of Lime Green #3AFC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.17%

R = 16.25%
G = 70.59%
B = 13.17%

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

#3AFC2F (or 0x3AFC2F) is known color: Lime Green. HEX triplet: 3A, FC and 2F. RGB value is (58,252,47). Sum of RGB (Red+Green+Blue) = 58+252+47=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 252 (98.83% from 255 or 70.59% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC2F is #C503D0. Grayscale: #ABABAB. Windows color (decimal): -12911569 or 3144762. OLE color: 3144762.

HSL color Cylindrical-coordinate representation of color #3AFC2F: hue angle of 116.78º 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 #3AFC2F is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 47 -
CMYK 0.77 0 0.81 0.01
HSL 116.78º 0.97% 0.59% -
HSV(B) 116.78º 0.81% 0.99% -
XYZ 37.07 70.73 14.39 -
YUV 170.62 58.23 47.67 -
System Red Green Blue C M Y K H S L
Decimal 58 252 47 0.77 0 0.81 0.01 116.78 0.97 0.59
Hex 3A FC 2F 4D 0 51 1 75 61 3B
Octal 72 374 57 115 0 121 1 165 141 73
Binary 111010 11111100 101111 1001101 0 1010001 1 1110101 1100001 111011

Color Harmonies of #3AFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC2F

Black with #3AFC2F

Text Example


Text Example

White with #3AFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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