Html Css Color HEX #32E02F Lime Green

📋 copy color: '#32E02F'

red 50 ◦ green 224 ◦ blue 47

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

Shades of Lime Green #32E02F

Tints of Lime Green #32E02F

RGB

 RED value IS 50 (19.92% from 255) = 15.58%

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

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

R = 15.58%
G = 69.78%
B = 14.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#32E02F (or 0x32E02F) is known color: Lime Green. HEX triplet: 32, E0 and 2F. RGB value is (50,224,47). Sum of RGB (Red+Green+Blue) = 50+224+47=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #32E02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E02F is #CD1FD0. Grayscale: #989898. Windows color (decimal): -13443025 or 3137586. OLE color: 3137586.

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

Color convert

RGB 50 224 47 -
CMYK 0.78 0 0.79 0.12
HSL 118.98º 0.74% 0.53% -
HSV(B) 118.98º 0.79% 0.88% -
XYZ 28.48 54.19 11.65 -
YUV 151.8 68.85 55.39 -
System Red Green Blue C M Y K H S L
Decimal 50 224 47 0.78 0 0.79 0.12 118.98 0.74 0.53
Hex 32 E0 2F 4E 0 4F C 77 4A 35
Octal 62 340 57 116 0 117 14 167 112 65
Binary 110010 11100000 101111 1001110 0 1001111 1100 1110111 1001010 110101

Color Harmonies of #32E02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E02F

Black with #32E02F

Text Example


Text Example

White with #32E02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32E02F; }

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

 H1.HeaderClassName
 {
   color: #32E02F;
 }
 .AnyTagClassName
 {
   color: #32E02F;
 }
</style>

background-color css

<style>
 a { background-color: #32E02F; }

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

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

border-color css

<style>
 span { border-color: #32E02F; }

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

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