#35B731

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

Shades of Lime Green #35B731

Tints of Lime Green #35B731

Color information

#35B731 (or 0x35B731) is unknown color: approx Lime Green. HEX triplet: 35, B7 and 31. RGB value is (53,183,49). Sum of RGB (Red+Green+Blue) = 53+183+49=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 183 (71.88% from 255 or 64.21% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 183 - color contains mainly: green. Hex color #35B731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B731 is #CA48CE. Grayscale: #818181. Windows color (decimal): -13256911 or 3258165. OLE color: 3258165.

HSL color Cylindrical-coordinate representation of color #35B731: hue angle of 118.21º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35B731 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB5318349-
CMYK0.7100.730.28
HSL118.21º57.76%45.49%-
HSV(B)118.21º73.22%71.76%-
XYZ18.9634.858.63-
YUV128.8582.9373.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 183 (71.88% from 255) = 64.21%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=18.60%
G=64.21%
B=17.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53183490.7100.730.28118.2157.7645.49
Hex35B731470491C763a2d
Octal65267611070111341667255
Binary11010110110111110001100011101001001111001110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B731; }

 p { color: rgb(53,183,49); }

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

<style>
 a { background-color: #35B731; }

 a { background-color: rgb(53,183,49); }

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

<style>
 span { border-color: #35B731; }

 span { border-color: rgb(53,183,49); }

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