Html Css Color HEX #46B40C Kelly Green

📋 copy color: '#46B40C'

red 70 ◦ green 180 ◦ blue 12

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

Shades of Kelly Green #46B40C

Tints of Kelly Green #46B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 68.7%

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 26.72%
G = 68.7%
B = 4.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#46B40C (or 0x46B40C) is known color: Kelly Green. HEX triplet: 46, B4 and 0C. RGB value is (70,180,12). Sum of RGB (Red+Green+Blue) = 70+180+12=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 180 (70.70% from 255 or 68.70% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 180 - color contains mainly: green. Hex color #46B40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46B40C is #B94BF3. Grayscale: #808080. Windows color (decimal): -12143604 or 832582. OLE color: 832582.

HSL color Cylindrical-coordinate representation of color #46B40C: hue angle of 99.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46B40C is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 180 12 -
CMYK 0.61 0 0.93 0.29
HSL 99.29º 0.88% 0.38% -
HSV(B) 99.29º 0.93% 0.71% -
XYZ 18.91 33.97 5.91 -
YUV 127.96 62.56 86.66 -
System Red Green Blue C M Y K H S L
Decimal 70 180 12 0.61 0 0.93 0.29 99.29 0.88 0.38
Hex 46 B4 C 3D 0 5D 1D 63 58 26
Octal 106 264 14 75 0 135 35 143 130 46
Binary 1000110 10110100 1100 111101 0 1011101 11101 1100011 1011000 100110

Color Harmonies of #46B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B40C

Black with #46B40C

Text Example


Text Example

White with #46B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,180,12); }

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

background-color css

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

 a { background-color: rgb(70,180,12); }

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

border-color css

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

 span { border-color: rgb(70,180,12); }

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