#31C028

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

Shades of Lime Green #31C028

Tints of Lime Green #31C028

Color information

#31C028 (or 0x31C028) is unknown color: approx Lime Green. HEX triplet: 31, C0 and 28. RGB value is (49,192,40). Sum of RGB (Red+Green+Blue) = 49+192+40=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #31C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C028 is #CE3FD7. Grayscale: #848484. Windows color (decimal): -13516760 or 2670641. OLE color: 2670641.

HSL color Cylindrical-coordinate representation of color #31C028: hue angle of 116.45º 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 #31C028 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB4919240-
CMYK0.7400.790.25
HSL116.45º65.52%45.49%-
HSV(B)116.45º79.17%75.29%-
XYZ20.538.518.36-
YUV131.9276.1268.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 192 (75.39% from 255) = 68.33%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=17.44%
G=68.33%
B=14.23%

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
Decimal49192400.7400.790.25116.4565.5245.49
Hex31C0284A04F1974422d
Octal613005011201173116410255
Binary110001110000001010001001010010011111100111101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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