Html Css Color HEX #21DA26 Lime Green

📋 copy color: '#21DA26'

red 33 ◦ green 218 ◦ blue 38

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

Shades of Lime Green #21DA26

Tints of Lime Green #21DA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 11.42%
G = 75.43%
B = 13.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#21DA26 (or 0x21DA26) is known color: Lime Green. HEX triplet: 21, DA and 26. RGB value is (33,218,38). Sum of RGB (Red+Green+Blue) = 33+218+38=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DA26 is #DE25D9. Grayscale: #8E8E8E. Windows color (decimal): -14558682 or 2546209. OLE color: 2546209.

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

Color convert

RGB 33 218 38 -
CMYK 0.85 0 0.83 0.15
HSL 121.62º 0.74% 0.49% -
HSV(B) 121.62º 0.85% 0.85% -
XYZ 26.05 50.61 10.23 -
YUV 142.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 33 218 38 0.85 0 0.83 0.15 121.62 0.74 0.49
Hex 21 DA 26 55 0 53 F 7A 4A 31
Octal 41 332 46 125 0 123 17 172 112 61
Binary 100001 11011010 100110 1010101 0 1010011 1111 1111010 1001010 110001

Color Harmonies of #21DA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DA26

Black with #21DA26

Text Example


Text Example

White with #21DA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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