#21D430

Color #21D430 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21D430

Tints of Lime Green #21D430

Color information

#21D430 (or 0x21D430) is unknown color: approx Lime Green. HEX triplet: 21, D4 and 30. RGB value is (33,212,48). Sum of RGB (Red+Green+Blue) = 33+212+48=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 212 (83.20% from 255 or 72.35% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 212 - color contains mainly: green. Hex color #21D430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D430 is #DE2BCF. Grayscale: #8C8C8C. Windows color (decimal): -14560208 or 3200033. OLE color: 3200033.

HSL color Cylindrical-coordinate representation of color #21D430: hue angle of 125.03º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D430 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB3321248-
CMYK0.8400.770.17
HSL125.03º73.06%48.04%-
HSV(B)125.03º84.43%83.14%-
XYZ24.747.6210.69-
YUV139.7876.251.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.26%
GREEN value IS 212 (83.20% from 255) = 72.35%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=11.26%
G=72.35%
B=16.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33212480.8400.770.17125.0373.0648.04
Hex21D4305404D117d4930
Octal413246012401152117511160
Binary100001110101001100001010100010011011000111111011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,212,48); }

 H1.HeaderClassName
 {
   color: #21D430;
 }
 .AnyTagClassName
 {
   color: #21D430;
 }
</style>
background-color css

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

 a { background-color: rgb(33,212,48); }

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

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

 span { border-color: rgb(33,212,48); }

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