#35BA3B

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

Shades of Lime Green #35BA3B

Tints of Lime Green #35BA3B

Color information

#35BA3B (or 0x35BA3B) is unknown color: approx Lime Green. HEX triplet: 35, BA and 3B. RGB value is (53,186,59). Sum of RGB (Red+Green+Blue) = 53+186+59=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA3B is #CA45C4. Grayscale: #848484. Windows color (decimal): -13256133 or 3914293. OLE color: 3914293.

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

Color convert

RGB5318659-
CMYK0.7200.680.27
HSL122.71º55.65%46.86%-
HSV(B)122.71º71.51%72.94%-
XYZ19.8236.1910.08-
YUV131.7686.9471.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 186 (73.05% from 255) = 62.42%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=17.79%
G=62.42%
B=19.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53186590.7200.680.27122.7155.6546.86
Hex35BA3B480441B7b382f
Octal65272731100104331737057
Binary11010110111010111011100100001000100110111111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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