#31EB44

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

Shades of Lime Green #31EB44

Tints of Lime Green #31EB44

Color information

#31EB44 (or 0x31EB44) is unknown color: approx Lime Green. HEX triplet: 31, EB and 44. RGB value is (49,235,68). Sum of RGB (Red+Green+Blue) = 49+235+68=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 235 (92.19% from 255 or 66.76% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EB44 is #CE14BB. Grayscale: #A0A0A0. Windows color (decimal): -13505724 or 4516657. OLE color: 4516657.

HSL color Cylindrical-coordinate representation of color #31EB44: hue angle of 126.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EB44 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB4923568-
CMYK0.7900.710.08
HSL126.13º82.3%55.69%-
HSV(B)126.13º79.15%92.16%-
XYZ32.0260.4915.46-
YUV160.3575.8848.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 235 (92.19% from 255) = 66.76%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=13.92%
G=66.76%
B=19.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49235680.7900.710.08126.1382.355.69
Hex31EB444F04787e5238
Octal6135310411701071017612270
Binary110001111010111000100100111101000111100011111101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,235,68); }

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

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

 a { background-color: rgb(49,235,68); }

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

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

 span { border-color: rgb(49,235,68); }

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