#21C128

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

Shades of Lime Green #21C128

Tints of Lime Green #21C128

Color information

#21C128 (or 0x21C128) is unknown color: approx Lime Green. HEX triplet: 21, C1 and 28. RGB value is (33,193,40). Sum of RGB (Red+Green+Blue) = 33+193+40=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #21C128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C128 is #DE3ED7. Grayscale: #808080. Windows color (decimal): -14565080 or 2670881. OLE color: 2670881.

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

Color convert

RGB3319340-
CMYK0.8300.790.24
HSL122.62º70.8%44.31%-
HSV(B)122.62º82.9%75.69%-
XYZ20.0838.628.4-
YUV127.7278.4960.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 193 (75.78% from 255) = 72.56%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=12.41%
G=72.56%
B=15.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal33193400.8300.790.24122.6270.844.31
Hex21C1285304F187b472c
Octal413015012301173017310754
Binary100001110000011010001010011010011111100011110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,193,40); }

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

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

 a { background-color: rgb(33,193,40); }

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

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

 span { border-color: rgb(33,193,40); }

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