#35B13C

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

Shades of Lime Green #35B13C

Tints of Lime Green #35B13C

Color information

#35B13C (or 0x35B13C) is unknown color: approx Lime Green. HEX triplet: 35, B1 and 3C. RGB value is (53,177,60). Sum of RGB (Red+Green+Blue) = 53+177+60=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #35B13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B13C is #CA4EC3. Grayscale: #7E7E7E. Windows color (decimal): -13258436 or 3977525. OLE color: 3977525.

HSL color Cylindrical-coordinate representation of color #35B13C: hue angle of 123.39º 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 #35B13C is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB5317760-
CMYK0.7000.660.31
HSL123.39º53.91%45.1%-
HSV(B)123.39º70.06%69.41%-
XYZ18.0132.539.6-
YUV126.5990.4275.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 177 (69.53% from 255) = 61.03%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=18.28%
G=61.03%
B=20.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53177600.7000.660.31123.3953.9145.1
Hex35B13C460421F7b362d
Octal65261741060102371736655
Binary11010110110001111100100011001000010111111111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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