#35DA2C

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

Shades of Lime Green #35DA2C

Tints of Lime Green #35DA2C

Color information

#35DA2C (or 0x35DA2C) is unknown color: approx Lime Green. HEX triplet: 35, DA and 2C. RGB value is (53,218,44). Sum of RGB (Red+Green+Blue) = 53+218+44=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #35DA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DA2C is #CA25D3. Grayscale: #959595. Windows color (decimal): -13247956 or 2939445. OLE color: 2939445.

HSL color Cylindrical-coordinate representation of color #35DA2C: hue angle of 116.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35DA2C is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB5321844-
CMYK0.7600.800.15
HSL116.9º70.16%51.37%-
HSV(B)116.9º79.82%85.49%-
XYZ26.9951.0810.82-
YUV148.8368.8459.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 218 (85.55% from 255) = 69.21%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=16.83%
G=69.21%
B=13.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53218440.7600.800.15116.970.1651.37
Hex35DA2C4C050F754633
Octal653325411401201716510663
Binary11010111011010101100100110001010000111111101011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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