#35C620

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

Shades of Lime Green #35C620

Tints of Lime Green #35C620

Color information

#35C620 (or 0x35C620) is unknown color: approx Lime Green. HEX triplet: 35, C6 and 20. RGB value is (53,198,32). Sum of RGB (Red+Green+Blue) = 53+198+32=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #35C620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C620 is #CA39DF. Grayscale: #888888. Windows color (decimal): -13253088 or 2147893. OLE color: 2147893.

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

Color convert

RGB5319832-
CMYK0.7300.840.22
HSL112.41º72.17%45.1%-
HSV(B)112.41º83.84%77.65%-
XYZ21.9241.258.17-
YUV135.7269.4669-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 198 (77.73% from 255) = 69.96%
BLUE value IS 32 (12.89% from 255) = 11.31%
R=18.73%
G=69.96%
B=11.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53198320.7300.840.22112.4172.1745.1
Hex35C620490541670482d
Octal653064011101242616011055
Binary110101110001101000001001001010101001011011100001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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