#35BD39

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

Shades of Lime Green #35BD39

Tints of Lime Green #35BD39

Color information

#35BD39 (or 0x35BD39) is unknown color: approx Lime Green. HEX triplet: 35, BD and 39. RGB value is (53,189,57). Sum of RGB (Red+Green+Blue) = 53+189+57=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BD39 is #CA42C6. Grayscale: #858585. Windows color (decimal): -13255367 or 3783989. OLE color: 3783989.

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

Color convert

RGB5318957-
CMYK0.7200.700.26
HSL121.76º56.2%47.45%-
HSV(B)121.76º71.96%74.12%-
XYZ20.437.4510.02-
YUV133.2984.9470.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=17.73%
G=63.21%
B=19.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189570.7200.700.26121.7656.247.45
Hex35BD39480461A7a382f
Octal65275711100106321727057
Binary11010110111101111001100100001000110110101111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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