Html Css Color HEX #3AD013 Kelly Green

📋 copy color: '#3AD013'

red 58 ◦ green 208 ◦ blue 19

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

Shades of Kelly Green #3AD013

Tints of Kelly Green #3AD013

RGB

 RED value IS 58 (23.05% from 255) = 20.35%

 GREEN value IS 208 (81.64% from 255) = 72.98%

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

R = 20.35%
G = 72.98%
B = 6.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#3AD013 (or 0x3AD013) is known color: Kelly Green. HEX triplet: 3A, D0 and 13. RGB value is (58,208,19). Sum of RGB (Red+Green+Blue) = 58+208+19=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD013 is #C52FEC. Grayscale: #8E8E8E. Windows color (decimal): -12922861 or 1298490. OLE color: 1298490.

HSL color Cylindrical-coordinate representation of color #3AD013: hue angle of 107.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AD013 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 19 -
CMYK 0.72 0 0.91 0.18
HSL 107.62º 0.83% 0.45% -
HSV(B) 107.62º 0.91% 0.82% -
XYZ 24.42 46.06 8.22 -
YUV 141.6 58.81 68.37 -
System Red Green Blue C M Y K H S L
Decimal 58 208 19 0.72 0 0.91 0.18 107.62 0.83 0.45
Hex 3A D0 13 48 0 5B 12 6C 53 2D
Octal 72 320 23 110 0 133 22 154 123 55
Binary 111010 11010000 10011 1001000 0 1011011 10010 1101100 1010011 101101

Color Harmonies of #3AD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD013

Black with #3AD013

Text Example


Text Example

White with #3AD013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,208,19); }

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

background-color css

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

 a { background-color: rgb(58,208,19); }

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

border-color css

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

 span { border-color: rgb(58,208,19); }

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