#21CA44

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

Shades of Lime Green #21CA44

Tints of Lime Green #21CA44

Color information

#21CA44 (or 0x21CA44) is unknown color: approx Lime Green. HEX triplet: 21, CA and 44. RGB value is (33,202,68). Sum of RGB (Red+Green+Blue) = 33+202+68=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA44 is #DE35BB. Grayscale: #888888. Windows color (decimal): -14562748 or 4508193. OLE color: 4508193.

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

Color convert

RGB3320268-
CMYK0.8400.660.21
HSL132.43º71.91%46.08%-
HSV(B)132.43º83.66%79.22%-
XYZ22.7942.9812.56-
YUV136.1989.5154.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 202 (79.30% from 255) = 66.67%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=10.89%
G=66.67%
B=22.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33202680.8400.660.21132.4371.9146.08
Hex21CA44540421584482e
Octal4131210412401022520411056
Binary10000111001010100010010101000100001010101100001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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