#31C433

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

Shades of Lime Green #31C433

Tints of Lime Green #31C433

Color information

#31C433 (or 0x31C433) is unknown color: approx Lime Green. HEX triplet: 31, C4 and 33. RGB value is (49,196,51). Sum of RGB (Red+Green+Blue) = 49+196+51=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #31C433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C433 is #CE3BCC. Grayscale: #878787. Windows color (decimal): -13515725 or 3392561. OLE color: 3392561.

HSL color Cylindrical-coordinate representation of color #31C433: hue angle of 120.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C433 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB4919651-
CMYK0.7500.740.23
HSL120.82º60%48.04%-
HSV(B)120.82º75%76.86%-
XYZ21.640.379.79-
YUV135.5280.366.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.55%
GREEN value IS 196 (76.95% from 255) = 66.22%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=16.55%
G=66.22%
B=17.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49196510.7500.740.23120.826048.04
Hex31C4334B04A17793c30
Octal61304631130112271717460
Binary11000111000100110011100101101001010101111111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,196,51); }

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

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

 a { background-color: rgb(49,196,51); }

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

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

 span { border-color: rgb(49,196,51); }

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