Html Css Color HEX #46E42C Lime Green

📋 copy color: '#46E42C'

red 70 ◦ green 228 ◦ blue 44

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

Shades of Lime Green #46E42C

Tints of Lime Green #46E42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 20.47%
G = 66.67%
B = 12.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#46E42C (or 0x46E42C) is known color: Lime Green. HEX triplet: 46, E4 and 2C. RGB value is (70,228,44). Sum of RGB (Red+Green+Blue) = 70+228+44=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 228 (89.45% from 255 or 66.67% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 228 - color contains mainly: green. Hex color #46E42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E42C is #B91BD3. Grayscale: #A0A0A0. Windows color (decimal): -12131284 or 2942022. OLE color: 2942022.

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

Color convert

RGB 70 228 44 -
CMYK 0.69 0 0.81 0.11
HSL 111.52º 0.77% 0.53% -
HSV(B) 111.52º 0.81% 0.89% -
XYZ 30.72 56.97 11.76 -
YUV 159.78 62.65 63.96 -
System Red Green Blue C M Y K H S L
Decimal 70 228 44 0.69 0 0.81 0.11 111.52 0.77 0.53
Hex 46 E4 2C 45 0 51 B 70 4D 35
Octal 106 344 54 105 0 121 13 160 115 65
Binary 1000110 11100100 101100 1000101 0 1010001 1011 1110000 1001101 110101

Color Harmonies of #46E42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E42C

Black with #46E42C

Text Example


Text Example

White with #46E42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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