Html Css Color HEX #46E440 Lime Green

📋 copy color: '#46E440'

red 70 ◦ green 228 ◦ blue 64

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

Shades of Lime Green #46E440

Tints of Lime Green #46E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.98%

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

R = 19.34%
G = 62.98%
B = 17.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#46E440 (or 0x46E440) is known color: Lime Green. HEX triplet: 46, E4 and 40. RGB value is (70,228,64). Sum of RGB (Red+Green+Blue) = 70+228+64=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 228 (89.45% from 255 or 62.98% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 228 - color contains mainly: green. Hex color #46E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E440 is #B91BBF. Grayscale: #A2A2A2. Windows color (decimal): -12131264 or 4252742. OLE color: 4252742.

HSL color Cylindrical-coordinate representation of color #46E440: hue angle of 117.8º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46E440 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 228 64 -
CMYK 0.69 0 0.72 0.11
HSL 117.8º 0.75% 0.57% -
HSV(B) 117.8º 0.72% 0.89% -
XYZ 31.19 57.16 14.24 -
YUV 162.06 72.65 62.34 -
System Red Green Blue C M Y K H S L
Decimal 70 228 64 0.69 0 0.72 0.11 117.8 0.75 0.57
Hex 46 E4 40 45 0 48 B 76 4B 39
Octal 106 344 100 105 0 110 13 166 113 71
Binary 1000110 11100100 1000000 1000101 0 1001000 1011 1110110 1001011 111001

Color Harmonies of #46E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E440

Black with #46E440

Text Example


Text Example

White with #46E440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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