Html Css Color HEX #21D20E Lime Green

📋 copy color: '#21D20E'

red 33 ◦ green 210 ◦ blue 14

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

Shades of Lime Green #21D20E

Tints of Lime Green #21D20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 81.71%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 12.84%
G = 81.71%
B = 5.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#21D20E (or 0x21D20E) is known color: Lime Green. HEX triplet: 21, D2 and 0E. RGB value is (33,210,14). Sum of RGB (Red+Green+Blue) = 33+210+14=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 210 (82.42% from 255 or 81.71% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 210 - color contains mainly: green. Hex color #21D20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D20E is #DE2DF1. Grayscale: #878787. Windows color (decimal): -14560754 or 971297. OLE color: 971297.

HSL color Cylindrical-coordinate representation of color #21D20E: hue angle of 114.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21D20E is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 210 14 -
CMYK 0.84 0 0.93 0.18
HSL 114.18º 0.88% 0.44% -
HSV(B) 114.18º 0.93% 0.82% -
XYZ 23.75 46.45 8.13 -
YUV 134.73 59.86 55.44 -
System Red Green Blue C M Y K H S L
Decimal 33 210 14 0.84 0 0.93 0.18 114.18 0.88 0.44
Hex 21 D2 E 54 0 5D 12 72 58 2C
Octal 41 322 16 124 0 135 22 162 130 54
Binary 100001 11010010 1110 1010100 0 1011101 10010 1110010 1011000 101100

Color Harmonies of #21D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D20E

Black with #21D20E

Text Example


Text Example

White with #21D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,210,14); }

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

background-color css

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

 a { background-color: rgb(33,210,14); }

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

border-color css

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

 span { border-color: rgb(33,210,14); }

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