#3DC046

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

Shades of Lime Green #3DC046

Tints of Lime Green #3DC046

Color information

#3DC046 (or 0x3DC046) is unknown color: approx Lime Green. HEX triplet: 3D, C0 and 46. RGB value is (61,192,70). Sum of RGB (Red+Green+Blue) = 61+192+70=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC046 is #C23FB9. Grayscale: #8B8B8B. Windows color (decimal): -12730298 or 4636733. OLE color: 4636733.

HSL color Cylindrical-coordinate representation of color #3DC046: hue angle of 124.12º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC046 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB6119270-
CMYK0.6800.640.25
HSL124.12º51.78%49.61%-
HSV(B)124.12º68.23%75.29%-
XYZ21.8839.1312.19-
YUV138.9289.172.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 192 (75.39% from 255) = 59.44%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=18.89%
G=59.44%
B=21.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61192700.6800.640.25124.1251.7849.61
Hex3DC04644040197c3432
Octal753001061040100311746462
Binary111101110000001000110100010001000000110011111100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,192,70); }

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

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

 a { background-color: rgb(61,192,70); }

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

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

 span { border-color: rgb(61,192,70); }

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