#31CB42

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

Shades of Lime Green #31CB42

Tints of Lime Green #31CB42

Color information

#31CB42 (or 0x31CB42) is unknown color: approx Lime Green. HEX triplet: 31, CB and 42. RGB value is (49,203,66). Sum of RGB (Red+Green+Blue) = 49+203+66=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB42 is #CE34BD. Grayscale: #8D8D8D. Windows color (decimal): -13513918 or 4377393. OLE color: 4377393.

HSL color Cylindrical-coordinate representation of color #31CB42: hue angle of 126.62º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CB42 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB4920366-
CMYK0.7600.670.20
HSL126.62º61.11%49.41%-
HSV(B)126.62º75.86%79.61%-
XYZ23.6143.7612.36-
YUV141.3485.4862.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 203 (79.69% from 255) = 63.84%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=15.41%
G=63.84%
B=20.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal49203660.7600.670.20126.6261.1149.41
Hex31CB424C043147f3d31
Octal613131021140103241777561
Binary110001110010111000010100110001000011101001111111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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