#3EC652

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

Shades of Lime Green #3EC652

Tints of Lime Green #3EC652

Color information

#3EC652 (or 0x3EC652) is unknown color: approx Lime Green. HEX triplet: 3E, C6 and 52. RGB value is (62,198,82). Sum of RGB (Red+Green+Blue) = 62+198+82=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC652 is #C139AD. Grayscale: #909090. Windows color (decimal): -12663214 or 5424702. OLE color: 5424702.

HSL color Cylindrical-coordinate representation of color #3EC652: hue angle of 128.82º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC652 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB6219882-
CMYK0.6900.590.22
HSL128.82º54.4%50.98%-
HSV(B)128.82º68.69%77.65%-
XYZ23.742.0214.84-
YUV144.1192.9469.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.13%
GREEN value IS 198 (77.73% from 255) = 57.89%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=18.13%
G=57.89%
B=23.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal62198820.6900.590.22128.8254.450.98
Hex3EC6524503B16813633
Octal76306122105073262016663
Binary111110110001101010010100010101110111011010000001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,198,82); }

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

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

 a { background-color: rgb(62,198,82); }

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

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

 span { border-color: rgb(62,198,82); }

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