#46DE27

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

Shades of Lime Green #46DE27

Tints of Lime Green #46DE27

Color information

#46DE27 (or 0x46DE27) is unknown color: approx Lime Green. HEX triplet: 46, DE and 27. RGB value is (70,222,39). Sum of RGB (Red+Green+Blue) = 70+222+39=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 222 (87.11% from 255 or 67.07% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DE27 is #B921D8. Grayscale: #9C9C9C. Windows color (decimal): -12132825 or 2612806. OLE color: 2612806.

HSL color Cylindrical-coordinate representation of color #46DE27: hue angle of 109.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46DE27 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB7022239-
CMYK0.6800.820.13
HSL109.84º73.49%51.18%-
HSV(B)109.84º82.43%87.06%-
XYZ29.0153.6910.75-
YUV155.6962.1466.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 222 (87.11% from 255) = 67.07%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=21.15%
G=67.07%
B=11.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70222390.6800.820.13109.8473.4951.18
Hex46DE2744052D6e4933
Octal1063364710401221515611163
Binary100011011011110100111100010001010010110111011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,222,39); }

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

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

 a { background-color: rgb(70,222,39); }

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

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

 span { border-color: rgb(70,222,39); }

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