#21C12E

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

Shades of Lime Green #21C12E

Tints of Lime Green #21C12E

Color information

#21C12E (or 0x21C12E) is unknown color: approx Lime Green. HEX triplet: 21, C1 and 2E. RGB value is (33,193,46). Sum of RGB (Red+Green+Blue) = 33+193+46=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 193 (75.78% from 255 or 70.96% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 193 - color contains mainly: green. Hex color #21C12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C12E is #DE3ED1. Grayscale: #808080. Windows color (decimal): -14565074 or 3064097. OLE color: 3064097.

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

Color convert

RGB3319346-
CMYK0.8300.760.24
HSL124.88º70.8%44.31%-
HSV(B)124.88º82.9%75.69%-
XYZ20.1938.668.98-
YUV128.481.4959.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 193 (75.78% from 255) = 70.96%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=12.13%
G=70.96%
B=16.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal33193460.8300.760.24124.8870.844.31
Hex21C12E5304C187d472c
Octal413015612301143017510754
Binary100001110000011011101010011010011001100011111011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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