Html Css Color HEX #3AD004 Kelly Green

📋 copy color: '#3AD004'

red 58 ◦ green 208 ◦ blue 4

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

Shades of Kelly Green #3AD004

Tints of Kelly Green #3AD004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.04%

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

R = 21.48%
G = 77.04%
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

#3AD004 (or 0x3AD004) is known color: Kelly Green. HEX triplet: 3A, D0 and 04. RGB value is (58,208,4). Sum of RGB (Red+Green+Blue) = 58+208+4=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD004 is #C52FFB. Grayscale: #8C8C8C. Windows color (decimal): -12922876 or 315450. OLE color: 315450.

HSL color Cylindrical-coordinate representation of color #3AD004: hue angle of 104.12º 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 #3AD004 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 4 -
CMYK 0.72 0 0.98 0.18
HSL 104.12º 0.96% 0.42% -
HSV(B) 104.12º 0.98% 0.82% -
XYZ 24.32 46.02 7.72 -
YUV 139.89 51.31 69.59 -
System Red Green Blue C M Y K H S L
Decimal 58 208 4 0.72 0 0.98 0.18 104.12 0.96 0.42
Hex 3A D0 4 48 0 62 12 68 60 2A
Octal 72 320 4 110 0 142 22 150 140 52
Binary 111010 11010000 100 1001000 0 1100010 10010 1101000 1100000 101010

Color Harmonies of #3AD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD004

Black with #3AD004

Text Example


Text Example

White with #3AD004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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