#35BA44

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

Shades of Lime Green #35BA44

Tints of Lime Green #35BA44

Color information

#35BA44 (or 0x35BA44) is unknown color: approx Lime Green. HEX triplet: 35, BA and 44. RGB value is (53,186,68). Sum of RGB (Red+Green+Blue) = 53+186+68=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA44 is #CA45BB. Grayscale: #858585. Windows color (decimal): -13256124 or 4504117. OLE color: 4504117.

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

Color convert

RGB5318668-
CMYK0.7200.630.27
HSL126.77º55.65%46.86%-
HSV(B)126.77º71.51%72.94%-
XYZ20.0736.2911.42-
YUV132.7891.4471.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 186 (73.05% from 255) = 60.59%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=17.26%
G=60.59%
B=22.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53186680.7200.630.27126.7755.6546.86
Hex35BA444803F1B7f382f
Octal65272104110077331777057
Binary11010110111010100010010010000111111110111111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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