Html Css Color HEX #3DA900 Kelly Green

📋 copy color: '#3DA900'

red 61 ◦ green 169 ◦ blue 0

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

Shades of Kelly Green #3DA900

Tints of Kelly Green #3DA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 73.48%

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

R = 26.52%
G = 73.48%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#3DA900 (or 0x3DA900) is known color: Kelly Green. HEX triplet: 3D, A9 and 00. RGB value is (61,169,0). Sum of RGB (Red+Green+Blue) = 61+169+0=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 169 (66.41% from 255 or 73.48% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA900 is #C256FF. Grayscale: #767676. Windows color (decimal): -12736256 or 43325. OLE color: 43325.

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

Color convert

RGB 61 169 0 -
CMYK 0.64 0 1 0.34
HSL 98.34º 1% 0.33% -
HSV(B) 98.34º 1% 0.66% -
XYZ 16.11 29.37 4.82 -
YUV 117.44 61.72 87.74 -
System Red Green Blue C M Y K H S L
Decimal 61 169 0 0.64 0 1 0.34 98.34 1 0.33
Hex 3D A9 0 40 0 64 22 62 64 21
Octal 75 251 0 100 0 144 42 142 144 41
Binary 111101 10101001 0 1000000 0 1100100 100010 1100010 1100100 100001

Color Harmonies of #3DA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA900

Black with #3DA900

Text Example


Text Example

White with #3DA900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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