#21C33F

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

Shades of Lime Green #21C33F

Tints of Lime Green #21C33F

Color information

#21C33F (or 0x21C33F) is unknown color: approx Lime Green. HEX triplet: 21, C3 and 3F. RGB value is (33,195,63). Sum of RGB (Red+Green+Blue) = 33+195+63=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #21C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C33F is #DE3CC0. Grayscale: #838383. Windows color (decimal): -14564545 or 4178721. OLE color: 4178721.

HSL color Cylindrical-coordinate representation of color #21C33F: hue angle of 131.11º 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 #21C33F is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB3319563-
CMYK0.8300.680.24
HSL131.11º71.05%44.71%-
HSV(B)131.11º83.08%76.47%-
XYZ21.0439.7111.26-
YUV131.5189.3357.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 195 (76.56% from 255) = 67.01%
BLUE value IS 63 (25% from 255) = 21.65%
R=11.34%
G=67.01%
B=21.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal33195630.8300.680.24131.1171.0544.71
Hex21C33F530441883472d
Octal413037712301043020310755
Binary1000011100001111111110100110100010011000100000111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,195,63); }

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

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

 a { background-color: rgb(33,195,63); }

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

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

 span { border-color: rgb(33,195,63); }

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