#35ED3E

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

Shades of Lime Green #35ED3E

Tints of Lime Green #35ED3E

Color information

#35ED3E (or 0x35ED3E) is unknown color: approx Lime Green. HEX triplet: 35, ED and 3E. RGB value is (53,237,62). Sum of RGB (Red+Green+Blue) = 53+237+62=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 237 (92.97% from 255 or 67.33% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 237 - color contains mainly: green. Hex color #35ED3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35ED3E is #CA12C1. Grayscale: #A2A2A2. Windows color (decimal): -13243074 or 4123957. OLE color: 4123957.

HSL color Cylindrical-coordinate representation of color #35ED3E: hue angle of 122.93º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ED3E is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB5323762-
CMYK0.7800.740.07
HSL122.93º83.64%56.86%-
HSV(B)122.93º77.64%92.94%-
XYZ32.6261.6714.74-
YUV162.0371.5450.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 237 (92.97% from 255) = 67.33%
BLUE value IS 62 (24.61% from 255) = 17.61%
R=15.06%
G=67.33%
B=17.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53237620.7800.740.07122.9383.6456.86
Hex35ED3E4E04A77b5439
Octal65355761160112717312471
Binary1101011110110111111010011100100101011111110111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ED3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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