Html Css Color HEX #46E02C Lime Green

📋 copy color: '#46E02C'

red 70 ◦ green 224 ◦ blue 44

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

Shades of Lime Green #46E02C

Tints of Lime Green #46E02C

RGB

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

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

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

R = 20.71%
G = 66.27%
B = 13.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#46E02C (or 0x46E02C) is known color: Lime Green. HEX triplet: 46, E0 and 2C. RGB value is (70,224,44). Sum of RGB (Red+Green+Blue) = 70+224+44=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #46E02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E02C is #B91FD3. Grayscale: #9E9E9E. Windows color (decimal): -12132308 or 2940998. OLE color: 2940998.

HSL color Cylindrical-coordinate representation of color #46E02C: hue angle of 111.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46E02C is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 224 44 -
CMYK 0.69 0 0.80 0.12
HSL 111.33º 0.74% 0.53% -
HSV(B) 111.33º 0.8% 0.88% -
XYZ 29.64 54.8 11.4 -
YUV 157.43 63.98 65.64 -
System Red Green Blue C M Y K H S L
Decimal 70 224 44 0.69 0 0.80 0.12 111.33 0.74 0.53
Hex 46 E0 2C 45 0 50 C 6F 4A 35
Octal 106 340 54 105 0 120 14 157 112 65
Binary 1000110 11100000 101100 1000101 0 1010000 1100 1101111 1001010 110101

Color Harmonies of #46E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E02C

Black with #46E02C

Text Example


Text Example

White with #46E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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