#35DC2E

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

Shades of Lime Green #35DC2E

Tints of Lime Green #35DC2E

Color information

#35DC2E (or 0x35DC2E) is unknown color: approx Lime Green. HEX triplet: 35, DC and 2E. RGB value is (53,220,46). Sum of RGB (Red+Green+Blue) = 53+220+46=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DC2E is #CA23D1. Grayscale: #969696. Windows color (decimal): -13247442 or 3071029. OLE color: 3071029.

HSL color Cylindrical-coordinate representation of color #35DC2E: hue angle of 117.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35DC2E is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB5322046-
CMYK0.7600.790.14
HSL117.59º71.31%52.16%-
HSV(B)117.59º79.09%86.27%-
XYZ27.5552.1411.2-
YUV150.2369.1758.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 220 (86.33% from 255) = 68.97%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=16.61%
G=68.97%
B=14.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53220460.7600.790.14117.5971.3152.16
Hex35DC2E4C04FE764734
Octal653345611401171616610764
Binary11010111011100101110100110001001111111011101101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,220,46); }

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

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

 a { background-color: rgb(53,220,46); }

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

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

 span { border-color: rgb(53,220,46); }

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