Html Css Color HEX #21D028 Lime Green

📋 copy color: '#21D028'

red 33 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #21D028

Tints of Lime Green #21D028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 11.74%
G = 74.02%
B = 14.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#21D028 (or 0x21D028) is known color: Lime Green. HEX triplet: 21, D0 and 28. RGB value is (33,208,40). Sum of RGB (Red+Green+Blue) = 33+208+40=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #21D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D028 is #DE2FD7. Grayscale: #898989. Windows color (decimal): -14561240 or 2674721. OLE color: 2674721.

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

Color convert

RGB 33 208 40 -
CMYK 0.84 0 0.81 0.18
HSL 122.4º 0.73% 0.47% -
HSV(B) 122.4º 0.84% 0.82% -
XYZ 23.57 45.59 9.56 -
YUV 136.52 73.52 54.16 -
System Red Green Blue C M Y K H S L
Decimal 33 208 40 0.84 0 0.81 0.18 122.4 0.73 0.47
Hex 21 D0 28 54 0 51 12 7A 49 2F
Octal 41 320 50 124 0 121 22 172 111 57
Binary 100001 11010000 101000 1010100 0 1010001 10010 1111010 1001001 101111

Color Harmonies of #21D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D028

Black with #21D028

Text Example


Text Example

White with #21D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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