#3DB500

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

Shades of Kelly Green #3DB500

Tints of Kelly Green #3DB500

Color information

#3DB500 (or 0x3DB500) is unknown color: approx Kelly Green. HEX triplet: 3D, B5 and 00. RGB value is (61,181,0). Sum of RGB (Red+Green+Blue) = 61+181+0=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 181 (71.09% from 255 or 74.79% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB500 is #C24AFF. Grayscale: #7D7D7D. Windows color (decimal): -12733184 or 46397. OLE color: 46397.

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

Color convert

RGB611810-
CMYK0.66010.29
HSL99.78º100%35.49%-
HSV(B)99.78º100%70.98%-
XYZ18.4534.045.6-
YUV124.4957.7482.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 181 (71.09% from 255) = 74.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.21%
G=74.79%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6118100.66010.2999.7810035.49
Hex3DB50420641D646423
Octal75265010201443514414443
Binary1111011011010101000010011001001110111001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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