Html Css Color HEX #21ED32 Lime Green

📋 copy color: '#21ED32'

red 33 ◦ green 237 ◦ blue 50

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

Shades of Lime Green #21ED32

Tints of Lime Green #21ED32

RGB

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

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

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

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

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #21ED32: hue angle of 125º 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 #21ED32 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 237 50 -
CMYK 0.86 0 0.79 0.07
HSL 125º 0.85% 0.53% -
HSV(B) 125º 0.86% 0.93% -
XYZ 31.49 61.12 13.16 -
YUV 154.69 68.91 41.21 -
System Red Green Blue C M Y K H S L
Decimal 33 237 50 0.86 0 0.79 0.07 125 0.85 0.53
Hex 21 ED 32 56 0 4F 7 7D 55 35
Octal 41 355 62 126 0 117 7 175 125 65
Binary 100001 11101101 110010 1010110 0 1001111 111 1111101 1010101 110101

Color Harmonies of #21ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ED32

Black with #21ED32

Text Example


Text Example

White with #21ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21ED32; }

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

 H1.HeaderClassName
 {
   color: #21ED32;
 }
 .AnyTagClassName
 {
   color: #21ED32;
 }
</style>

background-color css

<style>
 a { background-color: #21ED32; }

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

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

border-color css

<style>
 span { border-color: #21ED32; }

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

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