#46CB2F

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

Shades of Lime Green #46CB2F

Tints of Lime Green #46CB2F

Color information

#46CB2F (or 0x46CB2F) is unknown color: approx Lime Green. HEX triplet: 46, CB and 2F. RGB value is (70,203,47). Sum of RGB (Red+Green+Blue) = 70+203+47=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 203 (79.69% from 255 or 63.44% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CB2F is #B934D0. Grayscale: #919191. Windows color (decimal): -12137681 or 3132230. OLE color: 3132230.

HSL color Cylindrical-coordinate representation of color #46CB2F: hue angle of 111.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46CB2F is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB7020347-
CMYK0.6600.770.20
HSL111.15º62.4%49.02%-
HSV(B)111.15º76.85%79.61%-
XYZ24.3944.229.94-
YUV145.4572.4474.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 203 (79.69% from 255) = 63.44%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=21.88%
G=63.44%
B=14.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70203470.6600.770.20111.1562.449.02
Hex46CB2F4204D146f3e31
Octal106313571020115241577661
Binary100011011001011101111100001001001101101001101111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,203,47); }

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

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

 a { background-color: rgb(70,203,47); }

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

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

 span { border-color: rgb(70,203,47); }

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