Html Css Color HEX #3AD714 Kelly Green

📋 copy color: '#3AD714'

red 58 ◦ green 215 ◦ blue 20

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

Shades of Kelly Green #3AD714

Tints of Kelly Green #3AD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.38%

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

R = 19.8%
G = 73.38%
B = 6.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#3AD714 (or 0x3AD714) is known color: Kelly Green. HEX triplet: 3A, D7 and 14. RGB value is (58,215,20). Sum of RGB (Red+Green+Blue) = 58+215+20=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 215 (84.38% from 255 or 73.38% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD714 is #C528EB. Grayscale: #929292. Windows color (decimal): -12921068 or 1365818. OLE color: 1365818.

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

Color convert

RGB 58 215 20 -
CMYK 0.73 0 0.91 0.16
HSL 108.31º 0.83% 0.46% -
HSV(B) 108.31º 0.91% 0.84% -
XYZ 26.17 49.55 8.85 -
YUV 145.83 56.99 65.36 -
System Red Green Blue C M Y K H S L
Decimal 58 215 20 0.73 0 0.91 0.16 108.31 0.83 0.46
Hex 3A D7 14 49 0 5B 10 6C 53 2E
Octal 72 327 24 111 0 133 20 154 123 56
Binary 111010 11010111 10100 1001001 0 1011011 10000 1101100 1010011 101110

Color Harmonies of #3AD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD714

Black with #3AD714

Text Example


Text Example

White with #3AD714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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