Html Css Color HEX #3AD408 Kelly Green

📋 copy color: '#3AD408'

red 58 ◦ green 212 ◦ blue 8

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

Shades of Kelly Green #3AD408

Tints of Kelly Green #3AD408

RGB

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

 GREEN value IS 212 (83.2% from 255) = 76.26%

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 20.86%
G = 76.26%
B = 2.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#3AD408 (or 0x3AD408) is known color: Kelly Green. HEX triplet: 3A, D4 and 08. RGB value is (58,212,8). Sum of RGB (Red+Green+Blue) = 58+212+8=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 212 (83.20% from 255 or 76.26% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD408 is #C52BF7. Grayscale: #8F8F8F. Windows color (decimal): -12921848 or 578618. OLE color: 578618.

HSL color Cylindrical-coordinate representation of color #3AD408: hue angle of 105.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AD408 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 212 8 -
CMYK 0.73 0 0.96 0.17
HSL 105.29º 0.93% 0.43% -
HSV(B) 105.29º 0.96% 0.83% -
XYZ 25.33 48 8.16 -
YUV 142.7 51.98 67.59 -
System Red Green Blue C M Y K H S L
Decimal 58 212 8 0.73 0 0.96 0.17 105.29 0.93 0.43
Hex 3A D4 8 49 0 60 11 69 5D 2B
Octal 72 324 10 111 0 140 21 151 135 53
Binary 111010 11010100 1000 1001001 0 1100000 10001 1101001 1011101 101011

Color Harmonies of #3AD408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD408

Black with #3AD408

Text Example


Text Example

White with #3AD408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,212,8); }

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

background-color css

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

 a { background-color: rgb(58,212,8); }

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

border-color css

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

 span { border-color: rgb(58,212,8); }

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