Html Css Color HEX #21D024 Lime Green

📋 copy color: '#21D024'

red 33 ◦ green 208 ◦ blue 36

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

Shades of Lime Green #21D024

Tints of Lime Green #21D024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.09%

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

R = 11.91%
G = 75.09%
B = 13%

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

#21D024 (or 0x21D024) is known color: Lime Green. HEX triplet: 21, D0 and 24. RGB value is (33,208,36). Sum of RGB (Red+Green+Blue) = 33+208+36=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #21D024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D024 is #DE2FDB. Grayscale: #888888. Windows color (decimal): -14561244 or 2412577. OLE color: 2412577.

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

Color convert

RGB 33 208 36 -
CMYK 0.84 0 0.83 0.18
HSL 121.03º 0.73% 0.47% -
HSV(B) 121.03º 0.84% 0.82% -
XYZ 23.5 45.56 9.22 -
YUV 136.07 71.52 54.49 -
System Red Green Blue C M Y K H S L
Decimal 33 208 36 0.84 0 0.83 0.18 121.03 0.73 0.47
Hex 21 D0 24 54 0 53 12 79 49 2F
Octal 41 320 44 124 0 123 22 171 111 57
Binary 100001 11010000 100100 1010100 0 1010011 10010 1111001 1001001 101111

Color Harmonies of #21D024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D024

Black with #21D024

Text Example


Text Example

White with #21D024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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