Html Css Color HEX #3DB300 Kelly Green

📋 copy color: '#3DB300'

red 61 ◦ green 179 ◦ blue 0

#3DB300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3DB300

Tints of Kelly Green #3DB300

RGB

 RED value IS 61 (24.22% from 255) = 25.42%

 GREEN value IS 179 (70.31% from 255) = 74.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.42%
G = 74.58%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#3DB300 (or 0x3DB300) is known color: Kelly Green. HEX triplet: 3D, B3 and 00. RGB value is (61,179,0). Sum of RGB (Red+Green+Blue) = 61+179+0=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB300 is #C24CFF. Grayscale: #7B7B7B. Windows color (decimal): -12733696 or 45885. OLE color: 45885.

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

Color convert

RGB 61 179 0 -
CMYK 0.66 0 1 0.30
HSL 99.55º 1% 0.35% -
HSV(B) 99.55º 1% 0.7% -
XYZ 18.04 33.23 5.46 -
YUV 123.31 58.41 83.55 -
System Red Green Blue C M Y K H S L
Decimal 61 179 0 0.66 0 1 0.30 99.55 1 0.35
Hex 3D B3 0 42 0 64 1E 64 64 23
Octal 75 263 0 102 0 144 36 144 144 43
Binary 111101 10110011 0 1000010 0 1100100 11110 1100100 1100100 100011

Color Harmonies of #3DB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB300

Black with #3DB300

Text Example


Text Example

White with #3DB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DB300;
 }
 .AnyTagClassName
 {
   color: #3DB300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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