Html Css Color HEX #3DA013 Kelly Green

📋 copy color: '#3DA013'

red 61 ◦ green 160 ◦ blue 19

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

Shades of Kelly Green #3DA013

Tints of Kelly Green #3DA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 66.67%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 25.42%
G = 66.67%
B = 7.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#3DA013 (or 0x3DA013) is known color: Kelly Green. HEX triplet: 3D, A0 and 13. RGB value is (61,160,19). Sum of RGB (Red+Green+Blue) = 61+160+19=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA013 is #C25FEC. Grayscale: #727272. Windows color (decimal): -12738541 or 1286205. OLE color: 1286205.

HSL color Cylindrical-coordinate representation of color #3DA013: hue angle of 102.13º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DA013 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 160 19 -
CMYK 0.62 0 0.88 0.37
HSL 102.13º 0.79% 0.35% -
HSV(B) 102.13º 0.88% 0.63% -
XYZ 14.61 26.18 4.9 -
YUV 114.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 61 160 19 0.62 0 0.88 0.37 102.13 0.79 0.35
Hex 3D A0 13 3E 0 58 25 66 4F 23
Octal 75 240 23 76 0 130 45 146 117 43
Binary 111101 10100000 10011 111110 0 1011000 100101 1100110 1001111 100011

Color Harmonies of #3DA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA013

Black with #3DA013

Text Example


Text Example

White with #3DA013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,160,19); }

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

background-color css

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

 a { background-color: rgb(61,160,19); }

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

border-color css

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

 span { border-color: rgb(61,160,19); }

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