#3DC349

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

Shades of Lime Green #3DC349

Tints of Lime Green #3DC349

Color information

#3DC349 (or 0x3DC349) is unknown color: approx Lime Green. HEX triplet: 3D, C3 and 49. RGB value is (61,195,73). Sum of RGB (Red+Green+Blue) = 61+195+73=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC349 is #C23CB6. Grayscale: #8D8D8D. Windows color (decimal): -12729527 or 4834109. OLE color: 4834109.

HSL color Cylindrical-coordinate representation of color #3DC349: hue angle of 125.37º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC349 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB6119573-
CMYK0.6900.630.24
HSL125.37º52.76%50.2%-
HSV(B)125.37º68.72%76.47%-
XYZ22.6440.512.93-
YUV141.0389.6170.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 195 (76.56% from 255) = 59.27%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=18.54%
G=59.27%
B=22.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61195730.6900.630.24125.3752.7650.2
Hex3DC3494503F187d3532
Octal75303111105077301756562
Binary11110111000011100100110001010111111110001111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,73); }

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

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

 a { background-color: rgb(61,195,73); }

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

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

 span { border-color: rgb(61,195,73); }

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