Html Css Color HEX #21DA13 Lime Green

📋 copy color: '#21DA13'

red 33 ◦ green 218 ◦ blue 19

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

Shades of Lime Green #21DA13

Tints of Lime Green #21DA13

RGB

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

 GREEN value IS 218 (85.55% from 255) = 80.74%

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 12.22%
G = 80.74%
B = 7.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#21DA13 (or 0x21DA13) is known color: Lime Green. HEX triplet: 21, DA and 13. RGB value is (33,218,19). Sum of RGB (Red+Green+Blue) = 33+218+19=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 218 (85.55% from 255 or 80.74% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DA13 is #DE25EC. Grayscale: #8C8C8C. Windows color (decimal): -14558701 or 1301025. OLE color: 1301025.

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

Color convert

RGB 33 218 19 -
CMYK 0.85 0 0.91 0.15
HSL 115.78º 0.84% 0.46% -
HSV(B) 115.78º 0.91% 0.85% -
XYZ 25.82 50.51 9.01 -
YUV 140 59.71 51.68 -
System Red Green Blue C M Y K H S L
Decimal 33 218 19 0.85 0 0.91 0.15 115.78 0.84 0.46
Hex 21 DA 13 55 0 5B F 74 54 2E
Octal 41 332 23 125 0 133 17 164 124 56
Binary 100001 11011010 10011 1010101 0 1011011 1111 1110100 1010100 101110

Color Harmonies of #21DA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DA13

Black with #21DA13

Text Example


Text Example

White with #21DA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,218,19); }

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

background-color css

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

 a { background-color: rgb(33,218,19); }

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

border-color css

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

 span { border-color: rgb(33,218,19); }

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