#3EBB2E

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

Shades of Lime Green #3EBB2E

Tints of Lime Green #3EBB2E

Color information

#3EBB2E (or 0x3EBB2E) is unknown color: approx Lime Green. HEX triplet: 3E, BB and 2E. RGB value is (62,187,46). Sum of RGB (Red+Green+Blue) = 62+187+46=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #3EBB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBB2E is #C144D1. Grayscale: #858585. Windows color (decimal): -12666066 or 3062590. OLE color: 3062590.

HSL color Cylindrical-coordinate representation of color #3EBB2E: hue angle of 113.19º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EBB2E is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB6218746-
CMYK0.6700.750.27
HSL113.19º60.52%45.69%-
HSV(B)113.19º75.4%73.33%-
XYZ20.2536.768.61-
YUV133.5578.5976.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.02%
GREEN value IS 187 (73.44% from 255) = 63.39%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=21.02%
G=63.39%
B=15.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62187460.6700.750.27113.1960.5245.69
Hex3EBB2E4304B1B713d2e
Octal76273561030113331617556
Binary11111010111011101110100001101001011110111110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,187,46); }

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

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

 a { background-color: rgb(62,187,46); }

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

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

 span { border-color: rgb(62,187,46); }

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