Html Css Color HEX #21D105 Lime Green

📋 copy color: '#21D105'

red 33 ◦ green 209 ◦ blue 5

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

Shades of Lime Green #21D105

Tints of Lime Green #21D105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 13.36%
G = 84.62%
B = 2.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#21D105 (or 0x21D105) is known color: Lime Green. HEX triplet: 21, D1 and 05. RGB value is (33,209,5). Sum of RGB (Red+Green+Blue) = 33+209+5=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 209 (82.03% from 255 or 84.62% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 209 - color contains mainly: green. Hex color #21D105 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D105 is #DE2EFA. Grayscale: #858585. Windows color (decimal): -14561019 or 381217. OLE color: 381217.

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

Color convert

RGB 33 209 5 -
CMYK 0.84 0 0.98 0.18
HSL 111.76º 0.95% 0.42% -
HSV(B) 111.76º 0.98% 0.82% -
XYZ 23.46 45.94 7.77 -
YUV 133.12 55.69 56.59 -
System Red Green Blue C M Y K H S L
Decimal 33 209 5 0.84 0 0.98 0.18 111.76 0.95 0.42
Hex 21 D1 5 54 0 62 12 70 5F 2A
Octal 41 321 5 124 0 142 22 160 137 52
Binary 100001 11010001 101 1010100 0 1100010 10010 1110000 1011111 101010

Color Harmonies of #21D105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D105

Black with #21D105

Text Example


Text Example

White with #21D105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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