Html Css Color HEX #46E040 Lime Green

📋 copy color: '#46E040'

red 70 ◦ green 224 ◦ blue 64

#46E040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #46E040

Tints of Lime Green #46E040

RGB

 RED value IS 70 (27.73% from 255) = 19.55%

 GREEN value IS 224 (87.89% from 255) = 62.57%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 19.55%
G = 62.57%
B = 17.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#46E040 (or 0x46E040) is known color: Lime Green. HEX triplet: 46, E0 and 40. RGB value is (70,224,64). Sum of RGB (Red+Green+Blue) = 70+224+64=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #46E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E040 is #B91FBF. Grayscale: #A0A0A0. Windows color (decimal): -12132288 or 4251718. OLE color: 4251718.

HSL color Cylindrical-coordinate representation of color #46E040: hue angle of 117.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46E040 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 224 64 -
CMYK 0.69 0 0.71 0.12
HSL 117.75º 0.72% 0.56% -
HSV(B) 117.75º 0.71% 0.88% -
XYZ 30.11 54.98 13.88 -
YUV 159.71 73.98 64.01 -
System Red Green Blue C M Y K H S L
Decimal 70 224 64 0.69 0 0.71 0.12 117.75 0.72 0.56
Hex 46 E0 40 45 0 47 C 76 48 38
Octal 106 340 100 105 0 107 14 166 110 70
Binary 1000110 11100000 1000000 1000101 0 1000111 1100 1110110 1001000 111000

Color Harmonies of #46E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E040

Black with #46E040

Text Example


Text Example

White with #46E040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,224,64); }

 H1.HeaderClassName
 {
   color: #46E040;
 }
 .AnyTagClassName
 {
   color: #46E040;
 }
</style>

background-color css

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

 a { background-color: rgb(70,224,64); }

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

border-color css

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

 span { border-color: rgb(70,224,64); }

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