Html Css Color HEX #3FE032 Lime Green

📋 copy color: '#3FE032'

red 63 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #3FE032

Tints of Lime Green #3FE032

RGB

 RED value IS 63 (25% from 255) = 18.69%

 GREEN value IS 224 (87.89% from 255) = 66.47%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 18.69%
G = 66.47%
B = 14.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#3FE032 (or 0x3FE032) is known color: Lime Green. HEX triplet: 3F, E0 and 32. RGB value is (63,224,50). Sum of RGB (Red+Green+Blue) = 63+224+50=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE032 is #C01FCD. Grayscale: #9C9C9C. Windows color (decimal): -12591054 or 3334207. OLE color: 3334207.

HSL color Cylindrical-coordinate representation of color #3FE032: hue angle of 115.52º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FE032 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 224 50 -
CMYK 0.72 0 0.78 0.12
HSL 115.52º 0.74% 0.54% -
HSV(B) 115.52º 0.78% 0.88% -
XYZ 29.28 54.6 12.01 -
YUV 156.03 68.16 61.65 -
System Red Green Blue C M Y K H S L
Decimal 63 224 50 0.72 0 0.78 0.12 115.52 0.74 0.54
Hex 3F E0 32 48 0 4E C 74 4A 36
Octal 77 340 62 110 0 116 14 164 112 66
Binary 111111 11100000 110010 1001000 0 1001110 1100 1110100 1001010 110110

Color Harmonies of #3FE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE032

Black with #3FE032

Text Example


Text Example

White with #3FE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,224,50); }

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

background-color css

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

 a { background-color: rgb(63,224,50); }

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

border-color css

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

 span { border-color: rgb(63,224,50); }

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