Html Css Color HEX #3AD104 Kelly Green

📋 copy color: '#3AD104'

red 58 ◦ green 209 ◦ blue 4

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

Shades of Kelly Green #3AD104

Tints of Kelly Green #3AD104

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.12%

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

R = 21.4%
G = 77.12%
B = 1.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#3AD104 (or 0x3AD104) is known color: Kelly Green. HEX triplet: 3A, D1 and 04. RGB value is (58,209,4). Sum of RGB (Red+Green+Blue) = 58+209+4=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 209 (82.03% from 255 or 77.12% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD104 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD104 is #C52EFB. Grayscale: #8D8D8D. Windows color (decimal): -12922620 or 315706. OLE color: 315706.

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

Color convert

RGB 58 209 4 -
CMYK 0.72 0 0.98 0.18
HSL 104.2º 0.96% 0.42% -
HSV(B) 104.2º 0.98% 0.82% -
XYZ 24.57 46.51 7.8 -
YUV 140.48 50.97 69.17 -
System Red Green Blue C M Y K H S L
Decimal 58 209 4 0.72 0 0.98 0.18 104.2 0.96 0.42
Hex 3A D1 4 48 0 62 12 68 60 2A
Octal 72 321 4 110 0 142 22 150 140 52
Binary 111010 11010001 100 1001000 0 1100010 10010 1101000 1100000 101010

Color Harmonies of #3AD104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD104

Black with #3AD104

Text Example


Text Example

White with #3AD104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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