#35ba49

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

Shades of Lime Green #35BA49

Tints of Lime Green #35BA49

Color information

#35BA49 (or 0x35BA49) is unknown color: approx Lime Green. HEX triplet: 35, BA and 49. RGB value is (53,186,73). Sum of RGB (Red+Green+Blue) = 53+186+73=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA49 is #CA45B6. Grayscale: #858585. Windows color (decimal): -13256119 or 4831797. OLE color: 4831797.

HSL color Cylindrical-coordinate representation of color #35BA49: hue angle of 129.02º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA49 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB5318673-
CMYK0.7200.610.27
HSL129.02º55.65%46.86%-
HSV(B)129.02º71.51%72.94%-
XYZ20.2336.3612.25-
YUV133.3593.9470.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 186 (73.05% from 255) = 59.62%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=16.99%
G=59.62%
B=23.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53186730.7200.610.27129.0255.6546.86
Hex35BA494803D1B81382f
Octal65272111110075332017057
Binary110101101110101001001100100001111011101110000001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ba49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,73); }

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

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

 a { background-color: rgb(53,186,73); }

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

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

 span { border-color: rgb(53,186,73); }

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