#35B523

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

Shades of Lime Green #35B523

Tints of Lime Green #35B523

Color information

#35B523 (or 0x35B523) is unknown color: approx Lime Green. HEX triplet: 35, B5 and 23. RGB value is (53,181,35). Sum of RGB (Red+Green+Blue) = 53+181+35=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 181 (71.09% from 255 or 67.29% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 181 - color contains mainly: green. Hex color #35B523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B523 is #CA4ADC. Grayscale: #7E7E7E. Windows color (decimal): -13257437 or 2340149. OLE color: 2340149.

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

Color convert

RGB5318135-
CMYK0.7100.810.29
HSL112.6º67.59%42.35%-
HSV(B)112.6º80.66%70.98%-
XYZ18.333.937.17-
YUV126.0876.5975.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 181 (71.09% from 255) = 67.29%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=19.70%
G=67.29%
B=13.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53181350.7100.810.29112.667.5942.35
Hex35B523470511D71442a
Octal652654310701213516110452
Binary110101101101011000111000111010100011110111100011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,35); }

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

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

 a { background-color: rgb(53,181,35); }

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

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

 span { border-color: rgb(53,181,35); }

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