#46cf1d

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

Shades of Kelly Green #46CF1D

Tints of Kelly Green #46CF1D

Color information

#46CF1D (or 0x46CF1D) is unknown color: approx Kelly Green. HEX triplet: 46, CF and 1D. RGB value is (70,207,29). Sum of RGB (Red+Green+Blue) = 70+207+29=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CF1D is #B930E2. Grayscale: #929292. Windows color (decimal): -12136675 or 1953606. OLE color: 1953606.

HSL color Cylindrical-coordinate representation of color #46CF1D: hue angle of 106.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46CF1D is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB7020729-
CMYK0.6600.860.19
HSL106.18º75.42%46.27%-
HSV(B)106.18º85.99%81.18%-
XYZ25.0646.028.72-
YUV145.7462.1173.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 207 (81.25% from 255) = 67.65%
BLUE value IS 29 (11.72% from 255) = 9.48%
R=22.88%
G=67.65%
B=9.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70207290.6600.860.19106.1875.4246.27
Hex46CF1D42056136a4b2e
Octal1063173510201262315211356
Binary100011011001111111011000010010101101001111010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46cf1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,207,29); }

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

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

 a { background-color: rgb(70,207,29); }

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

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

 span { border-color: rgb(70,207,29); }

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