Html Css Color HEX #46E530 Lime Green

📋 copy color: '#46E530'

red 70 ◦ green 229 ◦ blue 48

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

Shades of Lime Green #46E530

Tints of Lime Green #46E530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 65.99%

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 20.17%
G = 65.99%
B = 13.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#46E530 (or 0x46E530) is known color: Lime Green. HEX triplet: 46, E5 and 30. RGB value is (70,229,48). Sum of RGB (Red+Green+Blue) = 70+229+48=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #46E530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E530 is #B91ACF. Grayscale: #A1A1A1. Windows color (decimal): -12131024 or 3204422. OLE color: 3204422.

HSL color Cylindrical-coordinate representation of color #46E530: hue angle of 112.71º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46E530 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 229 48 -
CMYK 0.69 0 0.79 0.10
HSL 112.71º 0.78% 0.54% -
HSV(B) 112.71º 0.79% 0.9% -
XYZ 31.08 57.55 12.27 -
YUV 160.83 64.32 63.22 -
System Red Green Blue C M Y K H S L
Decimal 70 229 48 0.69 0 0.79 0.10 112.71 0.78 0.54
Hex 46 E5 30 45 0 4F A 71 4E 36
Octal 106 345 60 105 0 117 12 161 116 66
Binary 1000110 11100101 110000 1000101 0 1001111 1010 1110001 1001110 110110

Color Harmonies of #46E530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E530

Black with #46E530

Text Example


Text Example

White with #46E530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,229,48); }

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

background-color css

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

 a { background-color: rgb(70,229,48); }

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

border-color css

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

 span { border-color: rgb(70,229,48); }

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