Html Css Color HEX #32E31F Lime Green

📋 copy color: '#32E31F'

red 50 ◦ green 227 ◦ blue 31

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

Shades of Lime Green #32E31F

Tints of Lime Green #32E31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.7%

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

R = 16.23%
G = 73.7%
B = 10.06%

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

#32E31F (or 0x32E31F) is known color: Lime Green. HEX triplet: 32, E3 and 1F. RGB value is (50,227,31). Sum of RGB (Red+Green+Blue) = 50+227+31=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 227 (89.06% from 255 or 73.70% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 227 - color contains mainly: green. Hex color #32E31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E31F is #CD1CE0. Grayscale: #989898. Windows color (decimal): -13442273 or 2089778. OLE color: 2089778.

HSL color Cylindrical-coordinate representation of color #32E31F: hue angle of 114.18º 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 #32E31F is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 227 31 -
CMYK 0.78 0 0.86 0.11
HSL 114.18º 0.78% 0.51% -
HSV(B) 114.18º 0.86% 0.89% -
XYZ 29.03 55.72 10.52 -
YUV 151.73 59.86 55.44 -
System Red Green Blue C M Y K H S L
Decimal 50 227 31 0.78 0 0.86 0.11 114.18 0.78 0.51
Hex 32 E3 1F 4E 0 56 B 72 4E 33
Octal 62 343 37 116 0 126 13 162 116 63
Binary 110010 11100011 11111 1001110 0 1010110 1011 1110010 1001110 110011

Color Harmonies of #32E31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E31F

Black with #32E31F

Text Example


Text Example

White with #32E31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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