Html Css Color HEX #3AD80D Kelly Green

📋 copy color: '#3AD80D'

red 58 ◦ green 216 ◦ blue 13

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

Shades of Kelly Green #3AD80D

Tints of Kelly Green #3AD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.26%

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 20.21%
G = 75.26%
B = 4.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#3AD80D (or 0x3AD80D) is known color: Kelly Green. HEX triplet: 3A, D8 and 0D. RGB value is (58,216,13). Sum of RGB (Red+Green+Blue) = 58+216+13=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 216 (84.77% from 255 or 75.26% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD80D is #C527F2. Grayscale: #929292. Windows color (decimal): -12920819 or 907322. OLE color: 907322.

HSL color Cylindrical-coordinate representation of color #3AD80D: hue angle of 106.7º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AD80D is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 13 -
CMYK 0.73 0 0.94 0.15
HSL 106.7º 0.89% 0.45% -
HSV(B) 106.7º 0.94% 0.85% -
XYZ 26.37 50.04 8.65 -
YUV 145.62 53.15 65.51 -
System Red Green Blue C M Y K H S L
Decimal 58 216 13 0.73 0 0.94 0.15 106.7 0.89 0.45
Hex 3A D8 D 49 0 5E F 6B 59 2D
Octal 72 330 15 111 0 136 17 153 131 55
Binary 111010 11011000 1101 1001001 0 1011110 1111 1101011 1011001 101101

Color Harmonies of #3AD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD80D

Black with #3AD80D

Text Example


Text Example

White with #3AD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,13); }

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

background-color css

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

 a { background-color: rgb(58,216,13); }

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

border-color css

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

 span { border-color: rgb(58,216,13); }

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