#3dd21c

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

Shades of Lime Green #3DD21C

Tints of Lime Green #3DD21C

Color information

#3DD21C (or 0x3DD21C) is unknown color: approx Lime Green. HEX triplet: 3D, D2 and 1C. RGB value is (61,210,28). Sum of RGB (Red+Green+Blue) = 61+210+28=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 210 (82.42% from 255 or 70.23% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD21C is #C22DE3. Grayscale: #919191. Windows color (decimal): -12725732 or 1888829. OLE color: 1888829.

HSL color Cylindrical-coordinate representation of color #3DD21C: hue angle of 109.12º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DD21C is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB6121028-
CMYK0.7100.870.18
HSL109.12º76.47%46.67%-
HSV(B)109.12º86.67%82.35%-
XYZ25.1847.178.88-
YUV144.762.1468.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.40%
GREEN value IS 210 (82.42% from 255) = 70.23%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=20.40%
G=70.23%
B=9.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61210280.7100.870.18109.1276.4746.67
Hex3DD21C47057126d4c2f
Octal753223410701272215511457
Binary11110111010010111001000111010101111001011011011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dd21c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,210,28); }

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

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

 a { background-color: rgb(61,210,28); }

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

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

 span { border-color: rgb(61,210,28); }

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