#35DA41

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

Shades of Lime Green #35DA41

Tints of Lime Green #35DA41

Color information

#35DA41 (or 0x35DA41) is unknown color: approx Lime Green. HEX triplet: 35, DA and 41. RGB value is (53,218,65). Sum of RGB (Red+Green+Blue) = 53+218+65=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #35DA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DA41 is #CA25BE. Grayscale: #979797. Windows color (decimal): -13247935 or 4315701. OLE color: 4315701.

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

Color convert

RGB5321865-
CMYK0.7600.700.15
HSL124.36º69.04%53.14%-
HSV(B)124.36º75.69%85.49%-
XYZ27.4951.2813.45-
YUV151.2279.3457.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 218 (85.55% from 255) = 64.88%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=15.77%
G=64.88%
B=19.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53218650.7600.700.15124.3669.0453.14
Hex35DA414C046F7c4535
Octal6533210111401061717410565
Binary110101110110101000001100110001000110111111111001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,218,65); }

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

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

 a { background-color: rgb(53,218,65); }

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

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

 span { border-color: rgb(53,218,65); }

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