Html Css Color HEX #32ED21 Lime Green

📋 copy color: '#32ED21'

red 50 ◦ green 237 ◦ blue 33

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

Shades of Lime Green #32ED21

Tints of Lime Green #32ED21

RGB

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

 GREEN value IS 237 (92.97% from 255) = 74.06%

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 15.63%
G = 74.06%
B = 10.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#32ED21 (or 0x32ED21) is known color: Lime Green. HEX triplet: 32, ED and 21. RGB value is (50,237,33). Sum of RGB (Red+Green+Blue) = 50+237+33=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 237 (92.97% from 255 or 74.06% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32ED21 is #CD12DE. Grayscale: #9E9E9E. Windows color (decimal): -13439711 or 2223410. OLE color: 2223410.

HSL color Cylindrical-coordinate representation of color #32ED21: hue angle of 115º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32ED21 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 237 33 -
CMYK 0.79 0 0.86 0.07
HSL 115º 0.85% 0.53% -
HSV(B) 115º 0.86% 0.93% -
XYZ 31.87 61.36 11.6 -
YUV 157.83 57.55 51.09 -
System Red Green Blue C M Y K H S L
Decimal 50 237 33 0.79 0 0.86 0.07 115 0.85 0.53
Hex 32 ED 21 4F 0 56 7 73 55 35
Octal 62 355 41 117 0 126 7 163 125 65
Binary 110010 11101101 100001 1001111 0 1010110 111 1110011 1010101 110101

Color Harmonies of #32ED21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ED21

Black with #32ED21

Text Example


Text Example

White with #32ED21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,237,33); }

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

background-color css

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

 a { background-color: rgb(50,237,33); }

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

border-color css

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

 span { border-color: rgb(50,237,33); }

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