#35B13B

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

Shades of Lime Green #35B13B

Tints of Lime Green #35B13B

Color information

#35B13B (or 0x35B13B) is unknown color: approx Lime Green. HEX triplet: 35, B1 and 3B. RGB value is (53,177,59). Sum of RGB (Red+Green+Blue) = 53+177+59=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #35B13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B13B is #CA4EC4. Grayscale: #7E7E7E. Windows color (decimal): -13258437 or 3911989. OLE color: 3911989.

HSL color Cylindrical-coordinate representation of color #35B13B: hue angle of 122.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B13B is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB5317759-
CMYK0.7000.670.31
HSL122.9º53.91%45.1%-
HSV(B)122.9º70.06%69.41%-
XYZ17.9832.529.47-
YUV126.4789.9275.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 177 (69.53% from 255) = 61.25%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=18.34%
G=61.25%
B=20.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53177590.7000.670.31122.953.9145.1
Hex35B13B460431F7b362d
Octal65261731060103371736655
Binary11010110110001111011100011001000011111111111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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