#21C11E

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

Shades of Lime Green #21C11E

Tints of Lime Green #21C11E

Color information

#21C11E (or 0x21C11E) is unknown color: approx Lime Green. HEX triplet: 21, C1 and 1E. RGB value is (33,193,30). Sum of RGB (Red+Green+Blue) = 33+193+30=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #21C11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C11E is #DE3EE1. Grayscale: #7F7F7F. Windows color (decimal): -14565090 or 2015521. OLE color: 2015521.

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

Color convert

RGB3319330-
CMYK0.8300.840.24
HSL118.9º73.09%43.73%-
HSV(B)118.9º84.46%75.69%-
XYZ19.9338.567.62-
YUV126.5873.4961.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 193 (75.78% from 255) = 75.39%
BLUE value IS 30 (12.11% from 255) = 11.72%
R=12.89%
G=75.39%
B=11.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal33193300.8300.840.24118.973.0943.73
Hex21C11E530541877492c
Octal413013612301243016711154
Binary10000111000001111101010011010101001100011101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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