#35B62A

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

Shades of Lime Green #35B62A

Tints of Lime Green #35B62A

Color information

#35B62A (or 0x35B62A) is unknown color: approx Lime Green. HEX triplet: 35, B6 and 2A. RGB value is (53,182,42). Sum of RGB (Red+Green+Blue) = 53+182+42=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 182 (71.48% from 255 or 65.70% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 182 - color contains mainly: green. Hex color #35B62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B62A is #CA49D5. Grayscale: #7F7F7F. Windows color (decimal): -13257174 or 2799157. OLE color: 2799157.

HSL color Cylindrical-coordinate representation of color #35B62A: hue angle of 115.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35B62A is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB5318242-
CMYK0.7100.770.29
HSL115.29º62.5%43.92%-
HSV(B)115.29º76.92%71.37%-
XYZ18.6134.387.85-
YUV127.4779.7674.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 182 (71.48% from 255) = 65.70%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=19.13%
G=65.70%
B=15.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53182420.7100.770.29115.2962.543.92
Hex35B62A4704D1D733e2c
Octal65266521070115351637654
Binary11010110110110101010100011101001101111011110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,182,42); }

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

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

 a { background-color: rgb(53,182,42); }

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

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

 span { border-color: rgb(53,182,42); }

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