#3EED2A

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

Shades of Lime Green #3EED2A

Tints of Lime Green #3EED2A

Color information

#3EED2A (or 0x3EED2A) is unknown color: approx Lime Green. HEX triplet: 3E, ED and 2A. RGB value is (62,237,42). Sum of RGB (Red+Green+Blue) = 62+237+42=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 237 (92.97% from 255 or 69.50% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EED2A is #C112D5. Grayscale: #A3A3A3. Windows color (decimal): -12653270 or 2813246. OLE color: 2813246.

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

Color convert

RGB6223742-
CMYK0.7400.820.07
HSL113.85º84.42%54.71%-
HSV(B)113.85º82.28%92.94%-
XYZ32.6961.7612.39-
YUV162.4560.0256.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.18%
GREEN value IS 237 (92.97% from 255) = 69.50%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=18.18%
G=69.50%
B=12.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62237420.7400.820.07113.8584.4254.71
Hex3EED2A4A0527725437
Octal76355521120122716212467
Binary1111101110110110101010010100101001011111100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EED2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EED2A; }

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

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

<style>
 a { background-color: #3EED2A; }

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

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

<style>
 span { border-color: #3EED2A; }

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

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