#35BA46

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

Shades of Lime Green #35BA46

Tints of Lime Green #35BA46

Color information

#35BA46 (or 0x35BA46) is unknown color: approx Lime Green. HEX triplet: 35, BA and 46. RGB value is (53,186,70). Sum of RGB (Red+Green+Blue) = 53+186+70=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA46 is #CA45B9. Grayscale: #858585. Windows color (decimal): -13256122 or 4635189. OLE color: 4635189.

HSL color Cylindrical-coordinate representation of color #35BA46: hue angle of 127.67º 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 #35BA46 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB5318670-
CMYK0.7200.620.27
HSL127.67º55.65%46.86%-
HSV(B)127.67º71.51%72.94%-
XYZ20.1336.3211.74-
YUV133.0192.4470.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=17.15%
G=60.19%
B=22.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53186700.7200.620.27127.6755.6546.86
Hex35BA464803E1B80382f
Octal65272106110076332007057
Binary110101101110101000110100100001111101101110000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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