Html Css Color HEX #46E640 Lime Green

📋 copy color: '#46E640'

red 70 ◦ green 230 ◦ blue 64

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

Shades of Lime Green #46E640

Tints of Lime Green #46E640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 63.19%

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

R = 19.23%
G = 63.19%
B = 17.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#46E640 (or 0x46E640) is known color: Lime Green. HEX triplet: 46, E6 and 40. RGB value is (70,230,64). Sum of RGB (Red+Green+Blue) = 70+230+64=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #46E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E640 is #B919BF. Grayscale: #A3A3A3. Windows color (decimal): -12130752 or 4253254. OLE color: 4253254.

HSL color Cylindrical-coordinate representation of color #46E640: hue angle of 117.83º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46E640 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 230 64 -
CMYK 0.70 0 0.72 0.10
HSL 117.83º 0.77% 0.58% -
HSV(B) 117.83º 0.72% 0.9% -
XYZ 31.75 58.27 14.42 -
YUV 163.24 71.99 61.5 -
System Red Green Blue C M Y K H S L
Decimal 70 230 64 0.70 0 0.72 0.10 117.83 0.77 0.58
Hex 46 E6 40 46 0 48 A 76 4D 3A
Octal 106 346 100 106 0 110 12 166 115 72
Binary 1000110 11100110 1000000 1000110 0 1001000 1010 1110110 1001101 111010

Color Harmonies of #46E640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E640

Black with #46E640

Text Example


Text Example

White with #46E640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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