#35D540

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

Shades of Lime Green #35D540

Tints of Lime Green #35D540

Color information

#35D540 (or 0x35D540) is unknown color: approx Lime Green. HEX triplet: 35, D5 and 40. RGB value is (53,213,64). Sum of RGB (Red+Green+Blue) = 53+213+64=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #35D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D540 is #CA2ABF. Grayscale: #949494. Windows color (decimal): -13249216 or 4248885. OLE color: 4248885.

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

Color convert

RGB5321364-
CMYK0.7500.700.16
HSL124.12º65.57%52.16%-
HSV(B)124.12º75.12%83.53%-
XYZ26.1948.7212.87-
YUV148.1780.4960.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 213 (83.59% from 255) = 64.55%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=16.06%
G=64.55%
B=19.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53213640.7500.700.16124.1265.5752.16
Hex35D5404B046107c4234
Octal6532510011301062017410264
Binary1101011101010110000001001011010001101000011111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,213,64); }

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

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

 a { background-color: rgb(53,213,64); }

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

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

 span { border-color: rgb(53,213,64); }

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