#46B30E

Color #46B30E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #46B30E

Tints of Kelly Green #46B30E

Color information

#46B30E (or 0x46B30E) is unknown color: approx Kelly Green. HEX triplet: 46, B3 and 0E. RGB value is (70,179,14). Sum of RGB (Red+Green+Blue) = 70+179+14=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #46B30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46B30E is #B94CF1. Grayscale: #808080. Windows color (decimal): -12143858 or 963398. OLE color: 963398.

HSL color Cylindrical-coordinate representation of color #46B30E: hue angle of 99.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46B30E is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB7017914-
CMYK0.6100.920.30
HSL99.64º85.49%37.84%-
HSV(B)99.64º92.18%70.2%-
XYZ18.7333.575.91-
YUV127.663.8986.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 179 (70.31% from 255) = 68.06%
BLUE value IS 14 (5.86% from 255) = 5.32%
R=26.62%
G=68.06%
B=5.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70179140.6100.920.3099.6485.4937.84
Hex46B3E3D05C1E645526
Octal106263167501343614412546
Binary1000110101100111110111101010111001111011001001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,179,14); }

 H1.HeaderClassName
 {
   color: #46B30E;
 }
 .AnyTagClassName
 {
   color: #46B30E;
 }
</style>
background-color css

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

 a { background-color: rgb(70,179,14); }

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

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

 span { border-color: rgb(70,179,14); }

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