#21B11F

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

Shades of Lime Green #21B11F

Tints of Lime Green #21B11F

Color information

#21B11F (or 0x21B11F) is unknown color: approx Lime Green. HEX triplet: 21, B1 and 1F. RGB value is (33,177,31). Sum of RGB (Red+Green+Blue) = 33+177+31=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #21B11F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B11F is #DE4EE0. Grayscale: #757575. Windows color (decimal): -14569185 or 2076961. OLE color: 2076961.

HSL color Cylindrical-coordinate representation of color #21B11F: hue angle of 119.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B11F is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB3317731-
CMYK0.8100.820.31
HSL119.18º70.19%40.78%-
HSV(B)119.18º82.49%69.41%-
XYZ16.631.876.57-
YUV117.379.2967.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 177 (69.53% from 255) = 73.44%
BLUE value IS 31 (12.5% from 255) = 12.86%
R=13.69%
G=73.44%
B=12.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33177310.8100.820.31119.1870.1940.78
Hex21B11F510521F774629
Octal412613712101223716710651
Binary10000110110001111111010001010100101111111101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,177,31); }

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

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

 a { background-color: rgb(33,177,31); }

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

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

 span { border-color: rgb(33,177,31); }

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