#3EBC2A

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

Shades of Lime Green #3EBC2A

Tints of Lime Green #3EBC2A

Color information

#3EBC2A (or 0x3EBC2A) is unknown color: approx Lime Green. HEX triplet: 3E, BC and 2A. RGB value is (62,188,42). Sum of RGB (Red+Green+Blue) = 62+188+42=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC2A is #C143D5. Grayscale: #868686. Windows color (decimal): -12665814 or 2800702. OLE color: 2800702.

HSL color Cylindrical-coordinate representation of color #3EBC2A: hue angle of 111.78º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3EBC2A is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB6218842-
CMYK0.6700.780.26
HSL111.78º63.48%45.1%-
HSV(B)111.78º77.66%73.73%-
XYZ20.3937.168.29-
YUV133.6876.2676.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 188 (73.83% from 255) = 64.38%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=21.23%
G=64.38%
B=14.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62188420.6700.780.26111.7863.4845.1
Hex3EBC2A4304E1A703f2d
Octal76274521030116321607755
Binary11111010111100101010100001101001110110101110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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