Html Css Color HEX #3AD20D Kelly Green

📋 copy color: '#3AD20D'

red 58 ◦ green 210 ◦ blue 13

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

Shades of Kelly Green #3AD20D

Tints of Kelly Green #3AD20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 74.73%

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

R = 20.64%
G = 74.73%
B = 4.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#3AD20D (or 0x3AD20D) is known color: Kelly Green. HEX triplet: 3A, D2 and 0D. RGB value is (58,210,13). Sum of RGB (Red+Green+Blue) = 58+210+13=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 210 (82.42% from 255 or 74.73% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD20D is #C52DF2. Grayscale: #8E8E8E. Windows color (decimal): -12922355 or 905786. OLE color: 905786.

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

Color convert

RGB 58 210 13 -
CMYK 0.72 0 0.94 0.18
HSL 106.29º 0.88% 0.44% -
HSV(B) 106.29º 0.94% 0.82% -
XYZ 24.86 47.02 8.15 -
YUV 142.09 55.14 68.02 -
System Red Green Blue C M Y K H S L
Decimal 58 210 13 0.72 0 0.94 0.18 106.29 0.88 0.44
Hex 3A D2 D 48 0 5E 12 6A 58 2C
Octal 72 322 15 110 0 136 22 152 130 54
Binary 111010 11010010 1101 1001000 0 1011110 10010 1101010 1011000 101100

Color Harmonies of #3AD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD20D

Black with #3AD20D

Text Example


Text Example

White with #3AD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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