#21CC44

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

Shades of Lime Green #21CC44

Tints of Lime Green #21CC44

Color information

#21CC44 (or 0x21CC44) is unknown color: approx Lime Green. HEX triplet: 21, CC and 44. RGB value is (33,204,68). Sum of RGB (Red+Green+Blue) = 33+204+68=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC44 is #DE33BB. Grayscale: #898989. Windows color (decimal): -14562236 or 4508705. OLE color: 4508705.

HSL color Cylindrical-coordinate representation of color #21CC44: hue angle of 132.28º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC44 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB3320468-
CMYK0.8400.670.2
HSL132.28º72.15%46.47%-
HSV(B)132.28º83.82%80%-
XYZ23.2643.9312.72-
YUV137.3788.8553.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.82%
GREEN value IS 204 (80.08% from 255) = 66.89%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=10.82%
G=66.89%
B=22.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33204680.8400.670.2132.2872.1546.47
Hex21CC44540431484482e
Octal4131410412401032420411056
Binary10000111001100100010010101000100001110100100001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,204,68); }

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

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

 a { background-color: rgb(33,204,68); }

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

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

 span { border-color: rgb(33,204,68); }

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