Html Css Color HEX #3AD414 Kelly Green

📋 copy color: '#3AD414'

red 58 ◦ green 212 ◦ blue 20

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

Shades of Kelly Green #3AD414

Tints of Kelly Green #3AD414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 20%
G = 73.1%
B = 6.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#3AD414 (or 0x3AD414) is known color: Kelly Green. HEX triplet: 3A, D4 and 14. RGB value is (58,212,20). Sum of RGB (Red+Green+Blue) = 58+212+20=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 212 (83.20% from 255 or 73.10% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD414 is #C52BEB. Grayscale: #909090. Windows color (decimal): -12921836 or 1365050. OLE color: 1365050.

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

Color convert

RGB 58 212 20 -
CMYK 0.73 0 0.91 0.17
HSL 108.13º 0.83% 0.45% -
HSV(B) 108.13º 0.91% 0.83% -
XYZ 25.41 48.04 8.59 -
YUV 144.07 57.98 66.61 -
System Red Green Blue C M Y K H S L
Decimal 58 212 20 0.73 0 0.91 0.17 108.13 0.83 0.45
Hex 3A D4 14 49 0 5B 11 6C 53 2D
Octal 72 324 24 111 0 133 21 154 123 55
Binary 111010 11010100 10100 1001001 0 1011011 10001 1101100 1010011 101101

Color Harmonies of #3AD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD414

Black with #3AD414

Text Example


Text Example

White with #3AD414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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