#35BA39

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

Shades of Lime Green #35BA39

Tints of Lime Green #35BA39

Color information

#35BA39 (or 0x35BA39) is unknown color: approx Lime Green. HEX triplet: 35, BA and 39. RGB value is (53,186,57). Sum of RGB (Red+Green+Blue) = 53+186+57=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA39 is #CA45C6. Grayscale: #838383. Windows color (decimal): -13256135 or 3783221. OLE color: 3783221.

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

Color convert

RGB5318657-
CMYK0.7200.690.27
HSL121.8º55.65%46.86%-
HSV(B)121.8º71.51%72.94%-
XYZ19.7736.179.81-
YUV131.5385.9471.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 186 (73.05% from 255) = 62.84%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=17.91%
G=62.84%
B=19.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53186570.7200.690.27121.855.6546.86
Hex35BA39480451B7a382f
Octal65272711100105331727057
Binary11010110111010111001100100001000101110111111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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