#3DC52F

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

Shades of Lime Green #3DC52F

Tints of Lime Green #3DC52F

Color information

#3DC52F (or 0x3DC52F) is unknown color: approx Lime Green. HEX triplet: 3D, C5 and 2F. RGB value is (61,197,47). Sum of RGB (Red+Green+Blue) = 61+197+47=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC52F is #C23AD0. Grayscale: #8B8B8B. Windows color (decimal): -12729041 or 3130685. OLE color: 3130685.

HSL color Cylindrical-coordinate representation of color #3DC52F: hue angle of 114.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DC52F is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB6119747-
CMYK0.6900.760.23
HSL114.4º61.48%47.84%-
HSV(B)114.4º76.14%77.25%-
XYZ22.441.139.45-
YUV139.2475.9472.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 197 (77.34% from 255) = 64.59%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=20%
G=64.59%
B=15.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61197470.6900.760.23114.461.4847.84
Hex3DC52F4504C17723d30
Octal75305571050114271627560
Binary11110111000101101111100010101001100101111110010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,197,47); }

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

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

 a { background-color: rgb(61,197,47); }

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

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

 span { border-color: rgb(61,197,47); }

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