Html Css Color HEX #21D126 Lime Green

📋 copy color: '#21D126'

red 33 ◦ green 209 ◦ blue 38

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

Shades of Lime Green #21D126

Tints of Lime Green #21D126

RGB

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

 GREEN value IS 209 (82.03% from 255) = 74.64%

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

R = 11.79%
G = 74.64%
B = 13.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#21D126 (or 0x21D126) is known color: Lime Green. HEX triplet: 21, D1 and 26. RGB value is (33,209,38). Sum of RGB (Red+Green+Blue) = 33+209+38=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #21D126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D126 is #DE2ED9. Grayscale: #898989. Windows color (decimal): -14560986 or 2543905. OLE color: 2543905.

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

Color convert

RGB 33 209 38 -
CMYK 0.84 0 0.82 0.18
HSL 121.7º 0.73% 0.47% -
HSV(B) 121.7º 0.84% 0.82% -
XYZ 23.78 46.06 9.47 -
YUV 136.88 72.19 53.9 -
System Red Green Blue C M Y K H S L
Decimal 33 209 38 0.84 0 0.82 0.18 121.7 0.73 0.47
Hex 21 D1 26 54 0 52 12 7A 49 2F
Octal 41 321 46 124 0 122 22 172 111 57
Binary 100001 11010001 100110 1010100 0 1010010 10010 1111010 1001001 101111

Color Harmonies of #21D126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D126

Black with #21D126

Text Example


Text Example

White with #21D126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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