Html Css Color HEX #21D615 Lime Green

📋 copy color: '#21D615'

red 33 ◦ green 214 ◦ blue 21

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

Shades of Lime Green #21D615

Tints of Lime Green #21D615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 12.31%
G = 79.85%
B = 7.84%

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

#21D615 (or 0x21D615) is known color: Lime Green. HEX triplet: 21, D6 and 15. RGB value is (33,214,21). Sum of RGB (Red+Green+Blue) = 33+214+21=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #21D615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D615 is #DE29EA. Grayscale: #8A8A8A. Windows color (decimal): -14559723 or 1431073. OLE color: 1431073.

HSL color Cylindrical-coordinate representation of color #21D615: hue angle of 116.27º degrees, saturation: 0.82, 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 #21D615 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 214 21 -
CMYK 0.85 0 0.90 0.16
HSL 116.27º 0.82% 0.46% -
HSV(B) 116.27º 0.9% 0.84% -
XYZ 24.81 48.47 8.76 -
YUV 137.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 33 214 21 0.85 0 0.90 0.16 116.27 0.82 0.46
Hex 21 D6 15 55 0 5A 10 74 52 2E
Octal 41 326 25 125 0 132 20 164 122 56
Binary 100001 11010110 10101 1010101 0 1011010 10000 1110100 1010010 101110

Color Harmonies of #21D615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D615

Black with #21D615

Text Example


Text Example

White with #21D615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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