#35D850

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

Shades of Lime Green #35D850

Tints of Lime Green #35D850

Color information

#35D850 (or 0x35D850) is unknown color: approx Lime Green. HEX triplet: 35, D8 and 50. RGB value is (53,216,80). Sum of RGB (Red+Green+Blue) = 53+216+80=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #35D850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D850 is #CA27AF. Grayscale: #989898. Windows color (decimal): -13248432 or 5298229. OLE color: 5298229.

HSL color Cylindrical-coordinate representation of color #35D850: hue angle of 129.94º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D850 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB5321680-
CMYK0.7500.630.15
HSL129.94º67.63%52.75%-
HSV(B)129.94º75.46%84.71%-
XYZ27.4750.4515.88-
YUV151.7687.557.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 216 (84.77% from 255) = 61.89%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=15.19%
G=61.89%
B=22.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53216800.7500.630.15129.9467.6352.75
Hex35D8504B03FF824435
Octal653301201130771720210465
Binary110101110110001010000100101101111111111100000101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,216,80); }

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

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

 a { background-color: rgb(53,216,80); }

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

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

 span { border-color: rgb(53,216,80); }

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