#46DF30

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

Shades of Lime Green #46DF30

Tints of Lime Green #46DF30

Color information

#46DF30 (or 0x46DF30) is unknown color: approx Lime Green. HEX triplet: 46, DF and 30. RGB value is (70,223,48). Sum of RGB (Red+Green+Blue) = 70+223+48=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DF30 is #B920CF. Grayscale: #9D9D9D. Windows color (decimal): -12132560 or 3202886. OLE color: 3202886.

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

Color convert

RGB7022348-
CMYK0.6900.780.13
HSL112.46º73.22%53.14%-
HSV(B)112.46º78.48%87.45%-
XYZ29.4554.2911.72-
YUV157.366.3165.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 223 (87.5% from 255) = 65.40%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=20.53%
G=65.40%
B=14.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70223480.6900.780.13112.4673.2253.14
Hex46DF304504ED704935
Octal1063376010501161516011165
Binary100011011011111110000100010101001110110111100001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,223,48); }

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

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

 a { background-color: rgb(70,223,48); }

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

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

 span { border-color: rgb(70,223,48); }

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