#31BE27

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

Shades of Lime Green #31BE27

Tints of Lime Green #31BE27

Color information

#31BE27 (or 0x31BE27) is unknown color: approx Lime Green. HEX triplet: 31, BE and 27. RGB value is (49,190,39). Sum of RGB (Red+Green+Blue) = 49+190+39=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE27 is #CE41D8. Grayscale: #838383. Windows color (decimal): -13517273 or 2604593. OLE color: 2604593.

HSL color Cylindrical-coordinate representation of color #31BE27: hue angle of 116.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BE27 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB4919039-
CMYK0.7400.790.25
HSL116.03º65.94%44.9%-
HSV(B)116.03º79.47%74.51%-
XYZ20.0537.638.13-
YUV130.6376.2969.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 190 (74.61% from 255) = 68.35%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=17.63%
G=68.35%
B=14.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49190390.7400.790.25116.0365.9444.9
Hex31BE274A04F1974422d
Octal612764711201173116410255
Binary110001101111101001111001010010011111100111101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,190,39); }

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

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

 a { background-color: rgb(49,190,39); }

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

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

 span { border-color: rgb(49,190,39); }

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