#3DCD37

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

Shades of Lime Green #3DCD37

Tints of Lime Green #3DCD37

Color information

#3DCD37 (or 0x3DCD37) is unknown color: approx Lime Green. HEX triplet: 3D, CD and 37. RGB value is (61,205,55). Sum of RGB (Red+Green+Blue) = 61+205+55=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD37 is #C232C8. Grayscale: #919191. Windows color (decimal): -12726985 or 3657021. OLE color: 3657021.

HSL color Cylindrical-coordinate representation of color #3DCD37: hue angle of 117.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCD37 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB6120555-
CMYK0.7000.730.20
HSL117.6º60%50.98%-
HSV(B)117.6º73.17%80.39%-
XYZ24.4544.9311-
YUV144.8477.2968.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 205 (80.47% from 255) = 63.86%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=19.00%
G=63.86%
B=17.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61205550.7000.730.20117.66050.98
Hex3DCD374604914763c33
Octal75315671060111241667463
Binary11110111001101110111100011001001001101001110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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