#21C224

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

Shades of Lime Green #21C224

Tints of Lime Green #21C224

Color information

#21C224 (or 0x21C224) is unknown color: approx Lime Green. HEX triplet: 21, C2 and 24. RGB value is (33,194,36). Sum of RGB (Red+Green+Blue) = 33+194+36=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #21C224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C224 is #DE3DDB. Grayscale: #808080. Windows color (decimal): -14564828 or 2408993. OLE color: 2408993.

HSL color Cylindrical-coordinate representation of color #21C224: hue angle of 121.12º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C224 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB3319436-
CMYK0.8300.810.24
HSL121.12º70.93%44.51%-
HSV(B)121.12º82.99%76.08%-
XYZ20.2439.038.14-
YUV127.8576.1660.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 194 (76.17% from 255) = 73.76%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=12.55%
G=73.76%
B=13.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal33194360.8300.810.24121.1270.9344.51
Hex21C224530511879472d
Octal413024412301213017110755
Binary100001110000101001001010011010100011100011110011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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