Html Css Color HEX #32E940 Lime Green

📋 copy color: '#32E940'

red 50 ◦ green 233 ◦ blue 64

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

Shades of Lime Green #32E940

Tints of Lime Green #32E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 67.15%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 14.41%
G = 67.15%
B = 18.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#32E940 (or 0x32E940) is known color: Lime Green. HEX triplet: 32, E9 and 40. RGB value is (50,233,64). Sum of RGB (Red+Green+Blue) = 50+233+64=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 233 (91.41% from 255 or 67.15% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 233 - color contains mainly: green. Hex color #32E940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E940 is #CD16BF. Grayscale: #9F9F9F. Windows color (decimal): -13440704 or 4254002. OLE color: 4254002.

HSL color Cylindrical-coordinate representation of color #32E940: hue angle of 124.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E940 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 233 64 -
CMYK 0.79 0 0.73 0.09
HSL 124.59º 0.81% 0.55% -
HSV(B) 124.59º 0.79% 0.91% -
XYZ 31.38 59.33 14.65 -
YUV 159.02 74.37 50.24 -
System Red Green Blue C M Y K H S L
Decimal 50 233 64 0.79 0 0.73 0.09 124.59 0.81 0.55
Hex 32 E9 40 4F 0 49 9 7D 51 37
Octal 62 351 100 117 0 111 11 175 121 67
Binary 110010 11101001 1000000 1001111 0 1001001 1001 1111101 1010001 110111

Color Harmonies of #32E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E940

Black with #32E940

Text Example


Text Example

White with #32E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,233,64); }

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

background-color css

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

 a { background-color: rgb(50,233,64); }

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

border-color css

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

 span { border-color: rgb(50,233,64); }

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