#3DCD4A

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

Shades of Lime Green #3DCD4A

Tints of Lime Green #3DCD4A

Color information

#3DCD4A (or 0x3DCD4A) is unknown color: approx Lime Green. HEX triplet: 3D, CD and 4A. RGB value is (61,205,74). Sum of RGB (Red+Green+Blue) = 61+205+74=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD4A is #C232B5. Grayscale: #939393. Windows color (decimal): -12726966 or 4902205. OLE color: 4902205.

HSL color Cylindrical-coordinate representation of color #3DCD4A: hue angle of 125.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCD4A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB6120574-
CMYK0.7000.640.20
HSL125.42º59.02%52.16%-
HSV(B)125.42º70.24%80.39%-
XYZ24.9945.1513.88-
YUV147.0186.7966.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.94%
GREEN value IS 205 (80.47% from 255) = 60.29%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=17.94%
G=60.29%
B=21.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61205740.7000.640.20125.4259.0252.16
Hex3DCD4A46040147d3b34
Octal753151121060100241757364
Binary111101110011011001010100011001000000101001111101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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