#35D726

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

Shades of Lime Green #35D726

Tints of Lime Green #35D726

Color information

#35D726 (or 0x35D726) is unknown color: approx Lime Green. HEX triplet: 35, D7 and 26. RGB value is (53,215,38). Sum of RGB (Red+Green+Blue) = 53+215+38=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #35D726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D726 is #CA28D9. Grayscale: #929292. Windows color (decimal): -13248730 or 2545461. OLE color: 2545461.

HSL color Cylindrical-coordinate representation of color #35D726: hue angle of 114.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35D726 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB5321538-
CMYK0.7500.820.16
HSL114.92º69.96%49.61%-
HSV(B)114.92º82.33%84.31%-
XYZ26.1249.510.01-
YUV146.3866.8361.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 215 (84.38% from 255) = 70.26%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=17.32%
G=70.26%
B=12.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53215380.7500.820.16114.9269.9649.61
Hex35D7264B05210734632
Octal653274611301222016310662
Binary110101110101111001101001011010100101000011100111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,215,38); }

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

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

 a { background-color: rgb(53,215,38); }

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

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

 span { border-color: rgb(53,215,38); }

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