#3dd10c

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

Shades of Kelly Green #3DD10C

Tints of Kelly Green #3DD10C

Color information

#3DD10C (or 0x3DD10C) is unknown color: approx Kelly Green. HEX triplet: 3D, D1 and 0C. RGB value is (61,209,12). Sum of RGB (Red+Green+Blue) = 61+209+12=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 209 (82.03% from 255 or 74.11% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD10C is #C22EF3. Grayscale: #8E8E8E. Windows color (decimal): -12726004 or 839997. OLE color: 839997.

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

Color convert

RGB6120912-
CMYK0.7100.940.18
HSL105.08º89.14%43.33%-
HSV(B)105.08º94.26%81.96%-
XYZ24.7946.628.04-
YUV142.2954.4770.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 209 (82.03% from 255) = 74.11%
BLUE value IS 12 (5.08% from 255) = 4.26%
R=21.63%
G=74.11%
B=4.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61209120.7100.940.18105.0889.1443.33
Hex3DD1C4705E1269592b
Octal753211410701362215113153
Binary1111011101000111001000111010111101001011010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dd10c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,209,12); }

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

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

 a { background-color: rgb(61,209,12); }

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

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

 span { border-color: rgb(61,209,12); }

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