Html Css Color HEX #21D124 Lime Green

📋 copy color: '#21D124'

red 33 ◦ green 209 ◦ blue 36

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

Shades of Lime Green #21D124

Tints of Lime Green #21D124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 11.87%
G = 75.18%
B = 12.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#21D124 (or 0x21D124) is known color: Lime Green. HEX triplet: 21, D1 and 24. RGB value is (33,209,36). Sum of RGB (Red+Green+Blue) = 33+209+36=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 209 (82.03% from 255 or 75.18% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 209 - color contains mainly: green. Hex color #21D124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D124 is #DE2EDB. Grayscale: #898989. Windows color (decimal): -14560988 or 2412833. OLE color: 2412833.

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

Color convert

RGB 33 209 36 -
CMYK 0.84 0 0.83 0.18
HSL 121.02º 0.73% 0.47% -
HSV(B) 121.02º 0.84% 0.82% -
XYZ 23.75 46.05 9.31 -
YUV 136.65 71.19 54.07 -
System Red Green Blue C M Y K H S L
Decimal 33 209 36 0.84 0 0.83 0.18 121.02 0.73 0.47
Hex 21 D1 24 54 0 53 12 79 49 2F
Octal 41 321 44 124 0 123 22 171 111 57
Binary 100001 11010001 100100 1010100 0 1010011 10010 1111001 1001001 101111

Color Harmonies of #21D124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D124

Black with #21D124

Text Example


Text Example

White with #21D124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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