Html Css Color HEX #46DC14 Kelly Green

📋 copy color: '#46DC14'

red 70 ◦ green 220 ◦ blue 20

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

Shades of Kelly Green #46DC14

Tints of Kelly Green #46DC14

RGB

 RED value IS 70 (27.73% from 255) = 22.58%

 GREEN value IS 220 (86.33% from 255) = 70.97%

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

R = 22.58%
G = 70.97%
B = 6.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#46DC14 (or 0x46DC14) is known color: Kelly Green. HEX triplet: 46, DC and 14. RGB value is (70,220,20). Sum of RGB (Red+Green+Blue) = 70+220+20=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DC14 is #B923EB. Grayscale: #989898. Windows color (decimal): -12133356 or 1367110. OLE color: 1367110.

HSL color Cylindrical-coordinate representation of color #46DC14: hue angle of 105º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46DC14 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 220 20 -
CMYK 0.68 0 0.91 0.14
HSL 105º 0.83% 0.47% -
HSV(B) 105º 0.91% 0.86% -
XYZ 28.25 52.54 9.31 -
YUV 152.35 53.31 69.26 -
System Red Green Blue C M Y K H S L
Decimal 70 220 20 0.68 0 0.91 0.14 105 0.83 0.47
Hex 46 DC 14 44 0 5B E 69 53 2F
Octal 106 334 24 104 0 133 16 151 123 57
Binary 1000110 11011100 10100 1000100 0 1011011 1110 1101001 1010011 101111

Color Harmonies of #46DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DC14

Black with #46DC14

Text Example


Text Example

White with #46DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46DC14; }

 p { color: rgb(70,220,20); }

 H1.HeaderClassName
 {
   color: #46DC14;
 }
 .AnyTagClassName
 {
   color: #46DC14;
 }
</style>

background-color css

<style>
 a { background-color: #46DC14; }

 a { background-color: rgb(70,220,20); }

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

border-color css

<style>
 span { border-color: #46DC14; }

 span { border-color: rgb(70,220,20); }

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