Html Css Color HEX #21D616 Lime Green

📋 copy color: '#21D616'

red 33 ◦ green 214 ◦ blue 22

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

Shades of Lime Green #21D616

Tints of Lime Green #21D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 79.55%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 12.27%
G = 79.55%
B = 8.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#21D616 (or 0x21D616) is known color: Lime Green. HEX triplet: 21, D6 and 16. RGB value is (33,214,22). Sum of RGB (Red+Green+Blue) = 33+214+22=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 214 (83.98% from 255 or 79.55% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 214 - color contains mainly: green. Hex color #21D616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D616 is #DE29E9. Grayscale: #8A8A8A. Windows color (decimal): -14559722 or 1496609. OLE color: 1496609.

HSL color Cylindrical-coordinate representation of color #21D616: hue angle of 116.56º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21D616 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 214 22 -
CMYK 0.85 0 0.90 0.16
HSL 116.56º 0.81% 0.46% -
HSV(B) 116.56º 0.9% 0.84% -
XYZ 24.82 48.47 8.81 -
YUV 137.99 62.53 53.11 -
System Red Green Blue C M Y K H S L
Decimal 33 214 22 0.85 0 0.90 0.16 116.56 0.81 0.46
Hex 21 D6 16 55 0 5A 10 75 51 2E
Octal 41 326 26 125 0 132 20 165 121 56
Binary 100001 11010110 10110 1010101 0 1011010 10000 1110101 1010001 101110

Color Harmonies of #21D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D616

Black with #21D616

Text Example


Text Example

White with #21D616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,214,22); }

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

background-color css

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

 a { background-color: rgb(33,214,22); }

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

border-color css

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

 span { border-color: rgb(33,214,22); }

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