#35CC2D

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

Shades of Lime Green #35CC2D

Tints of Lime Green #35CC2D

Color information

#35CC2D (or 0x35CC2D) is unknown color: approx Lime Green. HEX triplet: 35, CC and 2D. RGB value is (53,204,45). Sum of RGB (Red+Green+Blue) = 53+204+45=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CC2D is #CA33D2. Grayscale: #8D8D8D. Windows color (decimal): -13251539 or 3001397. OLE color: 3001397.

HSL color Cylindrical-coordinate representation of color #35CC2D: hue angle of 116.98º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35CC2D is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB5320445-
CMYK0.7400.780.2
HSL116.98º63.86%48.82%-
HSV(B)116.98º77.94%80%-
XYZ23.5344.139.76-
YUV140.7273.9765.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 204 (80.08% from 255) = 67.55%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=17.55%
G=67.55%
B=14.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal53204450.7400.780.2116.9863.8648.82
Hex35CC2D4A04E14754031
Octal653145511201162416510061
Binary110101110011001011011001010010011101010011101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,204,45); }

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

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

 a { background-color: rgb(53,204,45); }

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

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

 span { border-color: rgb(53,204,45); }

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