#31CF40

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

Shades of Lime Green #31CF40

Tints of Lime Green #31CF40

Color information

#31CF40 (or 0x31CF40) is unknown color: approx Lime Green. HEX triplet: 31, CF and 40. RGB value is (49,207,64). Sum of RGB (Red+Green+Blue) = 49+207+64=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF40 is #CE30BF. Grayscale: #8F8F8F. Windows color (decimal): -13512896 or 4247345. OLE color: 4247345.

HSL color Cylindrical-coordinate representation of color #31CF40: hue angle of 125.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF40 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB4920764-
CMYK0.7600.690.19
HSL125.7º62.2%50.2%-
HSV(B)125.7º76.33%81.18%-
XYZ24.545.6512.37-
YUV143.4683.1560.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 207 (81.25% from 255) = 64.69%
BLUE value IS 64 (25.39% from 255) = 20%
R=15.31%
G=64.69%
B=20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal49207640.7600.690.19125.762.250.2
Hex31CF404C045137e3e32
Octal613171001140105231767662
Binary110001110011111000000100110001000101100111111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,207,64); }

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

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

 a { background-color: rgb(49,207,64); }

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

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

 span { border-color: rgb(49,207,64); }

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