Html Css Color HEX #46E528 Lime Green

📋 copy color: '#46E528'

red 70 ◦ green 229 ◦ blue 40

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

Shades of Lime Green #46E528

Tints of Lime Green #46E528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 20.65%
G = 67.55%
B = 11.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#46E528 (or 0x46E528) is known color: Lime Green. HEX triplet: 46, E5 and 28. RGB value is (70,229,40). Sum of RGB (Red+Green+Blue) = 70+229+40=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 229 (89.84% from 255 or 67.55% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 229 - color contains mainly: green. Hex color #46E528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E528 is #B91AD7. Grayscale: #A0A0A0. Windows color (decimal): -12131032 or 2680134. OLE color: 2680134.

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

Color convert

RGB 70 229 40 -
CMYK 0.69 0 0.83 0.10
HSL 110.48º 0.78% 0.53% -
HSV(B) 110.48º 0.83% 0.9% -
XYZ 30.93 57.49 11.47 -
YUV 159.91 60.32 63.87 -
System Red Green Blue C M Y K H S L
Decimal 70 229 40 0.69 0 0.83 0.10 110.48 0.78 0.53
Hex 46 E5 28 45 0 53 A 6E 4E 35
Octal 106 345 50 105 0 123 12 156 116 65
Binary 1000110 11100101 101000 1000101 0 1010011 1010 1101110 1001110 110101

Color Harmonies of #46E528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E528

Black with #46E528

Text Example


Text Example

White with #46E528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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