Html Css Color HEX #3AD400 Kelly Green

📋 copy color: '#3AD400'

red 58 ◦ green 212 ◦ blue 0

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

Shades of Kelly Green #3AD400

Tints of Kelly Green #3AD400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.48%
G = 78.52%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#3AD400 (or 0x3AD400) is known color: Kelly Green. HEX triplet: 3A, D4 and 00. RGB value is (58,212,0). Sum of RGB (Red+Green+Blue) = 58+212+0=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 212 (83.20% from 255 or 78.52% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD400 is #C52BFF. Grayscale: #8E8E8E. Windows color (decimal): -12921856 or 54330. OLE color: 54330.

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

Color convert

RGB 58 212 0 -
CMYK 0.73 0 1 0.17
HSL 103.58º 1% 0.42% -
HSV(B) 103.58º 1% 0.83% -
XYZ 25.29 47.99 7.93 -
YUV 141.79 47.98 68.24 -
System Red Green Blue C M Y K H S L
Decimal 58 212 0 0.73 0 1 0.17 103.58 1 0.42
Hex 3A D4 0 49 0 64 11 68 64 2A
Octal 72 324 0 111 0 144 21 150 144 52
Binary 111010 11010100 0 1001001 0 1100100 10001 1101000 1100100 101010

Color Harmonies of #3AD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD400

Black with #3AD400

Text Example


Text Example

White with #3AD400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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