#46C300

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

Shades of Kelly Green #46C300

Tints of Kelly Green #46C300

Color information

#46C300 (or 0x46C300) is unknown color: approx Kelly Green. HEX triplet: 46, C3 and 00. RGB value is (70,195,0). Sum of RGB (Red+Green+Blue) = 70+195+0=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #46C300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C300 is #B93CFF. Grayscale: #888888. Windows color (decimal): -12139776 or 49990. OLE color: 49990.

HSL color Cylindrical-coordinate representation of color #46C300: hue angle of 98.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46C300 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB701950-
CMYK0.64010.24
HSL98.46º100%38.24%-
HSV(B)98.46º100%76.47%-
XYZ22.0440.336.62-
YUV135.3951.5981.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 195 (76.56% from 255) = 73.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.42%
G=73.58%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7019500.64010.2498.4610038.24
Hex46C304006418626426
Octal106303010001443014214446
Binary10001101100001101000000011001001100011000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,195,0); }

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

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

 a { background-color: rgb(70,195,0); }

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

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

 span { border-color: rgb(70,195,0); }

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