Html Css Color HEX #32E41F Lime Green

📋 copy color: '#32E41F'

red 50 ◦ green 228 ◦ blue 31

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

Shades of Lime Green #32E41F

Tints of Lime Green #32E41F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 73.79%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 16.18%
G = 73.79%
B = 10.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#32E41F (or 0x32E41F) is known color: Lime Green. HEX triplet: 32, E4 and 1F. RGB value is (50,228,31). Sum of RGB (Red+Green+Blue) = 50+228+31=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 228 (89.45% from 255 or 73.79% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 228 - color contains mainly: green. Hex color #32E41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E41F is #CD1BE0. Grayscale: #989898. Windows color (decimal): -13442017 or 2090034. OLE color: 2090034.

HSL color Cylindrical-coordinate representation of color #32E41F: hue angle of 114.21º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32E41F is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 228 31 -
CMYK 0.78 0 0.86 0.11
HSL 114.21º 0.78% 0.51% -
HSV(B) 114.21º 0.86% 0.89% -
XYZ 29.31 56.26 10.61 -
YUV 152.32 59.53 55.02 -
System Red Green Blue C M Y K H S L
Decimal 50 228 31 0.78 0 0.86 0.11 114.21 0.78 0.51
Hex 32 E4 1F 4E 0 56 B 72 4E 33
Octal 62 344 37 116 0 126 13 162 116 63
Binary 110010 11100100 11111 1001110 0 1010110 1011 1110010 1001110 110011

Color Harmonies of #32E41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E41F

Black with #32E41F

Text Example


Text Example

White with #32E41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,228,31); }

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

background-color css

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

 a { background-color: rgb(50,228,31); }

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

border-color css

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

 span { border-color: rgb(50,228,31); }

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