#3DC34A

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

Shades of Lime Green #3DC34A

Tints of Lime Green #3DC34A

Color information

#3DC34A (or 0x3DC34A) is unknown color: approx Lime Green. HEX triplet: 3D, C3 and 4A. RGB value is (61,195,74). Sum of RGB (Red+Green+Blue) = 61+195+74=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC34A is #C23CB5. Grayscale: #8D8D8D. Windows color (decimal): -12729526 or 4899645. OLE color: 4899645.

HSL color Cylindrical-coordinate representation of color #3DC34A: hue angle of 125.82º 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 #3DC34A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB6119574-
CMYK0.6900.620.24
HSL125.82º52.76%50.2%-
HSV(B)125.82º68.72%76.47%-
XYZ22.6840.5213.1-
YUV141.1490.1170.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 195 (76.56% from 255) = 59.09%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=18.48%
G=59.09%
B=22.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61195740.6900.620.24125.8252.7650.2
Hex3DC34A4503E187e3532
Octal75303112105076301766562
Binary11110111000011100101010001010111110110001111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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