Html Css Color HEX #21E42C Lime Green

📋 copy color: '#21E42C'

red 33 ◦ green 228 ◦ blue 44

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

Shades of Lime Green #21E42C

Tints of Lime Green #21E42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 10.82%
G = 74.75%
B = 14.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#21E42C (or 0x21E42C) is known color: Lime Green. HEX triplet: 21, E4 and 2C. RGB value is (33,228,44). Sum of RGB (Red+Green+Blue) = 33+228+44=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #21E42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E42C is #DE1BD3. Grayscale: #959595. Windows color (decimal): -14556116 or 2941985. OLE color: 2941985.

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

Color convert

RGB 33 228 44 -
CMYK 0.86 0 0.81 0.11
HSL 123.38º 0.78% 0.51% -
HSV(B) 123.38º 0.86% 0.89% -
XYZ 28.83 55.99 11.67 -
YUV 148.72 68.9 45.46 -
System Red Green Blue C M Y K H S L
Decimal 33 228 44 0.86 0 0.81 0.11 123.38 0.78 0.51
Hex 21 E4 2C 56 0 51 B 7B 4E 33
Octal 41 344 54 126 0 121 13 173 116 63
Binary 100001 11100100 101100 1010110 0 1010001 1011 1111011 1001110 110011

Color Harmonies of #21E42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E42C

Black with #21E42C

Text Example


Text Example

White with #21E42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,228,44); }

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

background-color css

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

 a { background-color: rgb(33,228,44); }

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

border-color css

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

 span { border-color: rgb(33,228,44); }

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