#35B63A

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

Shades of Lime Green #35B63A

Tints of Lime Green #35B63A

Color information

#35B63A (or 0x35B63A) is unknown color: approx Lime Green. HEX triplet: 35, B6 and 3A. RGB value is (53,182,58). Sum of RGB (Red+Green+Blue) = 53+182+58=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 182 (71.48% from 255 or 62.12% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 182 - color contains mainly: green. Hex color #35B63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B63A is #CA49C5. Grayscale: #818181. Windows color (decimal): -13257158 or 3847733. OLE color: 3847733.

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

Color convert

RGB5318258-
CMYK0.7100.680.29
HSL122.33º54.89%46.08%-
HSV(B)122.33º70.88%71.37%-
XYZ18.9634.529.67-
YUV129.2987.7673.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 182 (71.48% from 255) = 62.12%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=18.09%
G=62.12%
B=19.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53182580.7100.680.29122.3354.8946.08
Hex35B63A470441D7a372e
Octal65266721070104351726756
Binary11010110110110111010100011101000100111011111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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