#3DB900

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

Shades of Kelly Green #3DB900

Tints of Kelly Green #3DB900

Color information

#3DB900 (or 0x3DB900) is unknown color: approx Kelly Green. HEX triplet: 3D, B9 and 00. RGB value is (61,185,0). Sum of RGB (Red+Green+Blue) = 61+185+0=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 185 (72.66% from 255 or 75.20% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB900 is #C246FF. Grayscale: #7F7F7F. Windows color (decimal): -12732160 or 47421. OLE color: 47421.

HSL color Cylindrical-coordinate representation of color #3DB900: hue angle of 100.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DB900 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB611850-
CMYK0.67010.27
HSL100.22º100%36.27%-
HSV(B)100.22º100%72.55%-
XYZ19.2735.695.87-
YUV126.8356.4281.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 185 (72.66% from 255) = 75.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.80%
G=75.20%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6118500.67010.27100.2210036.27
Hex3DB90430641B646424
Octal75271010301443314414444
Binary1111011011100101000011011001001101111001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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