#35C653

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

Shades of Lime Green #35C653

Tints of Lime Green #35C653

Color information

#35C653 (or 0x35C653) is unknown color: approx Lime Green. HEX triplet: 35, C6 and 53. RGB value is (53,198,83). Sum of RGB (Red+Green+Blue) = 53+198+83=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #35C653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C653 is #CA39AC. Grayscale: #8D8D8D. Windows color (decimal): -13253037 or 5490229. OLE color: 5490229.

HSL color Cylindrical-coordinate representation of color #35C653: hue angle of 132.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C653 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB5319883-
CMYK0.7300.580.22
HSL132.41º57.77%49.22%-
HSV(B)132.41º73.23%77.65%-
XYZ23.2241.7715.02-
YUV141.5494.9664.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 198 (77.73% from 255) = 59.28%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=15.87%
G=59.28%
B=24.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53198830.7300.580.22132.4157.7749.22
Hex35C6534903A16843a31
Octal65306123111072262047261
Binary110101110001101010011100100101110101011010000100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,198,83); }

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

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

 a { background-color: rgb(53,198,83); }

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

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

 span { border-color: rgb(53,198,83); }

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