#3dd600

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

Shades of Kelly Green #3DD600

Tints of Kelly Green #3DD600

Color information

#3DD600 (or 0x3DD600) is unknown color: approx Kelly Green. HEX triplet: 3D, D6 and 00. RGB value is (61,214,0). Sum of RGB (Red+Green+Blue) = 61+214+0=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 214 (83.98% from 255 or 77.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD600 is #C229FF. Grayscale: #909090. Windows color (decimal): -12724736 or 54845. OLE color: 54845.

HSL color Cylindrical-coordinate representation of color #3DD600: hue angle of 102.9º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DD600 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB612140-
CMYK0.71010.16
HSL102.9º100%41.96%-
HSV(B)102.9º100%83.92%-
XYZ25.9749.098.11-
YUV143.8646.8168.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 214 (83.98% from 255) = 77.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.18%
G=77.82%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal6121400.71010.16102.910041.96
Hex3DD60470641067642a
Octal75326010701442014714452
Binary1111011101011001000111011001001000011001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dd600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,214,0); }

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

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

 a { background-color: rgb(61,214,0); }

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

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

 span { border-color: rgb(61,214,0); }

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