#3DC042

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

Shades of Lime Green #3DC042

Tints of Lime Green #3DC042

Color information

#3DC042 (or 0x3DC042) is unknown color: approx Lime Green. HEX triplet: 3D, C0 and 42. RGB value is (61,192,66). Sum of RGB (Red+Green+Blue) = 61+192+66=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC042 is #C23FBD. Grayscale: #8A8A8A. Windows color (decimal): -12730302 or 4374589. OLE color: 4374589.

HSL color Cylindrical-coordinate representation of color #3DC042: hue angle of 122.29º 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 #3DC042 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB6119266-
CMYK0.6800.660.25
HSL122.29º51.78%49.61%-
HSV(B)122.29º68.23%75.29%-
XYZ21.7639.0811.55-
YUV138.4787.172.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 192 (75.39% from 255) = 60.19%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=19.12%
G=60.19%
B=20.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61192660.6800.660.25122.2951.7849.61
Hex3DC04244042197a3432
Octal753001021040102311726462
Binary111101110000001000010100010001000010110011111010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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