#35B531

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

Shades of Lime Green #35B531

Tints of Lime Green #35B531

Color information

#35B531 (or 0x35B531) is unknown color: approx Lime Green. HEX triplet: 35, B5 and 31. RGB value is (53,181,49). Sum of RGB (Red+Green+Blue) = 53+181+49=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 181 (71.09% from 255 or 63.96% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 181 - color contains mainly: green. Hex color #35B531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B531 is #CA4ACE. Grayscale: #808080. Windows color (decimal): -13257423 or 3257653. OLE color: 3257653.

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

Color convert

RGB5318149-
CMYK0.7100.730.29
HSL118.18º57.39%45.1%-
HSV(B)118.18º72.93%70.98%-
XYZ18.5534.038.5-
YUV127.6883.5974.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 181 (71.09% from 255) = 63.96%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=18.73%
G=63.96%
B=17.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53181490.7100.730.29118.1857.3945.1
Hex35B531470491D76392d
Octal65265611070111351667155
Binary11010110110101110001100011101001001111011110110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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