#31F121

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

Shades of Lime Green #31F121

Tints of Lime Green #31F121

Color information

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

HSL color Cylindrical-coordinate representation of color #31F121: hue angle of 115.38º 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 #31F121 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB4924133-
CMYK0.8000.860.05
HSL115.38º88.14%53.73%-
HSV(B)115.38º86.31%94.51%-
XYZ3363.6711.99-
YUV159.8856.3948.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49241330.8000.860.05115.3888.1453.73
Hex31F121500565735836
Octal61361411200126516313066
Binary1100011111000110000110100000101011010111100111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31F121; }

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

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

<style>
 a { background-color: #31F121; }

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

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

<style>
 span { border-color: #31F121; }

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

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