#35B63D

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

Shades of Lime Green #35B63D

Tints of Lime Green #35B63D

Color information

#35B63D (or 0x35B63D) is unknown color: approx Lime Green. HEX triplet: 35, B6 and 3D. RGB value is (53,182,61). Sum of RGB (Red+Green+Blue) = 53+182+61=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #35B63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B63D is #CA49C2. Grayscale: #818181. Windows color (decimal): -13257155 or 4044341. OLE color: 4044341.

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

Color convert

RGB5318261-
CMYK0.7100.660.29
HSL123.72º54.89%46.08%-
HSV(B)123.72º70.88%71.37%-
XYZ19.0434.5510.08-
YUV129.6489.2673.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 182 (71.48% from 255) = 61.49%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=17.91%
G=61.49%
B=20.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53182610.7100.660.29123.7254.8946.08
Hex35B63D470421D7c372e
Octal65266751070102351746756
Binary11010110110110111101100011101000010111011111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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