#21F131

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

Shades of Lime Green #21F131

Tints of Lime Green #21F131

Color information

#21F131 (or 0x21F131) is unknown color: approx Lime Green. HEX triplet: 21, F1 and 31. RGB value is (33,241,49). Sum of RGB (Red+Green+Blue) = 33+241+49=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #21F131 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F131 is #DE0ECE. Grayscale: #9D9D9D. Windows color (decimal): -14552783 or 3272993. OLE color: 3272993.

HSL color Cylindrical-coordinate representation of color #21F131: hue angle of 124.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F131 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB3324149-
CMYK0.8600.800.05
HSL124.62º88.14%53.73%-
HSV(B)124.62º86.31%94.51%-
XYZ32.6463.4613.43-
YUV156.9267.0939.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 241 (94.53% from 255) = 74.61%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=10.22%
G=74.61%
B=15.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal33241490.8600.800.05124.6288.1453.73
Hex21F1315605057d5836
Octal41361611260120517513066
Binary1000011111000111000110101100101000010111111011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,241,49); }

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

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

 a { background-color: rgb(33,241,49); }

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

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

 span { border-color: rgb(33,241,49); }

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