#35D342

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

Shades of Lime Green #35D342

Tints of Lime Green #35D342

Color information

#35D342 (or 0x35D342) is unknown color: approx Lime Green. HEX triplet: 35, D3 and 42. RGB value is (53,211,66). Sum of RGB (Red+Green+Blue) = 53+211+66=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 211 (82.81% from 255 or 63.94% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 211 - color contains mainly: green. Hex color #35D342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D342 is #CA2CBD. Grayscale: #939393. Windows color (decimal): -13249726 or 4379445. OLE color: 4379445.

HSL color Cylindrical-coordinate representation of color #35D342: hue angle of 124.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D342 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB5321166-
CMYK0.7500.690.17
HSL124.94º64.23%51.76%-
HSV(B)124.94º74.88%82.75%-
XYZ25.7547.7413.01-
YUV147.2382.1560.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 211 (82.81% from 255) = 63.94%
BLUE value IS 66 (26.17% from 255) = 20%
R=16.06%
G=63.94%
B=20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53211660.7500.690.17124.9464.2351.76
Hex35D3424B045117d4034
Octal6532310211301052117510064
Binary1101011101001110000101001011010001011000111111011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,211,66); }

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

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

 a { background-color: rgb(53,211,66); }

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

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

 span { border-color: rgb(53,211,66); }

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