#31CB14

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

Shades of Lime Green #31CB14

Tints of Lime Green #31CB14

Color information

#31CB14 (or 0x31CB14) is unknown color: approx Lime Green. HEX triplet: 31, CB and 14. RGB value is (49,203,20). Sum of RGB (Red+Green+Blue) = 49+203+20=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CB14 is #CE34EB. Grayscale: #888888. Windows color (decimal): -13513964 or 1362737. OLE color: 1362737.

HSL color Cylindrical-coordinate representation of color #31CB14: hue angle of 110.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31CB14 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB4920320-
CMYK0.7600.900.20
HSL110.49º82.06%43.73%-
HSV(B)110.49º90.15%79.61%-
XYZ22.7543.427.84-
YUV136.0962.4865.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 203 (79.69% from 255) = 74.63%
BLUE value IS 20 (8.20% from 255) = 7.35%
R=18.01%
G=74.63%
B=7.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal49203200.7600.900.20110.4982.0643.73
Hex31CB144C05A146e522c
Octal613132411401322415612254
Binary11000111001011101001001100010110101010011011101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,203,20); }

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

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

 a { background-color: rgb(49,203,20); }

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

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

 span { border-color: rgb(49,203,20); }

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