Html Css Color HEX #3AD404 Kelly Green

📋 copy color: '#3AD404'

red 58 ◦ green 212 ◦ blue 4

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

Shades of Kelly Green #3AD404

Tints of Kelly Green #3AD404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 21.17%
G = 77.37%
B = 1.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#3AD404 (or 0x3AD404) is known color: Kelly Green. HEX triplet: 3A, D4 and 04. RGB value is (58,212,4). Sum of RGB (Red+Green+Blue) = 58+212+4=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 212 (83.20% from 255 or 77.37% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD404 is #C52BFB. Grayscale: #8E8E8E. Windows color (decimal): -12921852 or 316474. OLE color: 316474.

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

Color convert

RGB 58 212 4 -
CMYK 0.73 0 0.98 0.17
HSL 104.42º 0.96% 0.42% -
HSV(B) 104.42º 0.98% 0.83% -
XYZ 25.31 48 8.04 -
YUV 142.24 49.98 67.91 -
System Red Green Blue C M Y K H S L
Decimal 58 212 4 0.73 0 0.98 0.17 104.42 0.96 0.42
Hex 3A D4 4 49 0 62 11 68 60 2A
Octal 72 324 4 111 0 142 21 150 140 52
Binary 111010 11010100 100 1001001 0 1100010 10001 1101000 1100000 101010

Color Harmonies of #3AD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD404

Black with #3AD404

Text Example


Text Example

White with #3AD404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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