Html Css Color HEX #45E032 Lime Green

📋 copy color: '#45E032'

red 69 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #45E032

Tints of Lime Green #45E032

RGB

 RED value IS 69 (27.34% from 255) = 20.12%

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

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 20.12%
G = 65.31%
B = 14.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#45E032 (or 0x45E032) is known color: Lime Green. HEX triplet: 45, E0 and 32. RGB value is (69,224,50). Sum of RGB (Red+Green+Blue) = 69+224+50=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #45E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E032 is #BA1FCD. Grayscale: #9E9E9E. Windows color (decimal): -12197838 or 3334213. OLE color: 3334213.

HSL color Cylindrical-coordinate representation of color #45E032: hue angle of 113.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45E032 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 224 50 -
CMYK 0.69 0 0.78 0.12
HSL 113.45º 0.74% 0.54% -
HSV(B) 113.45º 0.78% 0.88% -
XYZ 29.69 54.81 12.03 -
YUV 157.82 67.15 64.65 -
System Red Green Blue C M Y K H S L
Decimal 69 224 50 0.69 0 0.78 0.12 113.45 0.74 0.54
Hex 45 E0 32 45 0 4E C 71 4A 36
Octal 105 340 62 105 0 116 14 161 112 66
Binary 1000101 11100000 110010 1000101 0 1001110 1100 1110001 1001010 110110

Color Harmonies of #45E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E032

Black with #45E032

Text Example


Text Example

White with #45E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45E032; }

 p { color: rgb(69,224,50); }

 H1.HeaderClassName
 {
   color: #45E032;
 }
 .AnyTagClassName
 {
   color: #45E032;
 }
</style>

background-color css

<style>
 a { background-color: #45E032; }

 a { background-color: rgb(69,224,50); }

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

border-color css

<style>
 span { border-color: #45E032; }

 span { border-color: rgb(69,224,50); }

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