#31C02B

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

Shades of Lime Green #31C02B

Tints of Lime Green #31C02B

Color information

#31C02B (or 0x31C02B) is unknown color: approx Lime Green. HEX triplet: 31, C0 and 2B. RGB value is (49,192,43). Sum of RGB (Red+Green+Blue) = 49+192+43=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #31C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C02B is #CE3FD4. Grayscale: #848484. Windows color (decimal): -13516757 or 2867249. OLE color: 2867249.

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

Color convert

RGB4919243-
CMYK0.7400.780.25
HSL117.58º63.4%46.08%-
HSV(B)117.58º77.6%75.29%-
XYZ20.5538.538.64-
YUV132.2677.6268.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 192 (75.39% from 255) = 67.61%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=17.25%
G=67.61%
B=15.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49192430.7400.780.25117.5863.446.08
Hex31C02B4A04E19763f2e
Octal61300531120116311667756
Binary11000111000000101011100101001001110110011110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,192,43); }

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

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

 a { background-color: rgb(49,192,43); }

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

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

 span { border-color: rgb(49,192,43); }

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