Html Css Color HEX #21D122 Lime Green

📋 copy color: '#21D122'

red 33 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #21D122

Tints of Lime Green #21D122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 11.96%
G = 75.72%
B = 12.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#21D122 (or 0x21D122) is known color: Lime Green. HEX triplet: 21, D1 and 22. RGB value is (33,209,34). Sum of RGB (Red+Green+Blue) = 33+209+34=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 209 (82.03% from 255 or 75.72% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 209 - color contains mainly: green. Hex color #21D122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D122 is #DE2EDD. Grayscale: #888888. Windows color (decimal): -14560990 or 2281761. OLE color: 2281761.

HSL color Cylindrical-coordinate representation of color #21D122: hue angle of 120.34º 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 #21D122 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 209 34 -
CMYK 0.84 0 0.84 0.18
HSL 120.34º 0.73% 0.47% -
HSV(B) 120.34º 0.84% 0.82% -
XYZ 23.72 46.04 9.15 -
YUV 136.43 70.19 54.23 -
System Red Green Blue C M Y K H S L
Decimal 33 209 34 0.84 0 0.84 0.18 120.34 0.73 0.47
Hex 21 D1 22 54 0 54 12 78 49 2F
Octal 41 321 42 124 0 124 22 170 111 57
Binary 100001 11010001 100010 1010100 0 1010100 10010 1111000 1001001 101111

Color Harmonies of #21D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D122

Black with #21D122

Text Example


Text Example

White with #21D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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