#35CD3E

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

Shades of Lime Green #35CD3E

Tints of Lime Green #35CD3E

Color information

#35CD3E (or 0x35CD3E) is unknown color: approx Lime Green. HEX triplet: 35, CD and 3E. RGB value is (53,205,62). Sum of RGB (Red+Green+Blue) = 53+205+62=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CD3E is #CA32C1. Grayscale: #8F8F8F. Windows color (decimal): -13251266 or 4115765. OLE color: 4115765.

HSL color Cylindrical-coordinate representation of color #35CD3E: hue angle of 123.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CD3E is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB5320562-
CMYK0.7400.700.20
HSL123.55º60.32%50.59%-
HSV(B)123.55º74.15%80.39%-
XYZ24.1744.7711.92-
YUV143.2582.1463.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 205 (80.47% from 255) = 64.06%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=16.56%
G=64.06%
B=19.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53205620.7400.700.20123.5560.3250.59
Hex35CD3E4A046147c3c33
Octal65315761120106241747463
Binary11010111001101111110100101001000110101001111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,62); }

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

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

 a { background-color: rgb(53,205,62); }

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

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

 span { border-color: rgb(53,205,62); }

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