Html Css Color HEX #45BA32 Lime Green

📋 copy color: '#45BA32'

red 69 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #45BA32

Tints of Lime Green #45BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.98%

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

R = 22.62%
G = 60.98%
B = 16.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#45BA32 (or 0x45BA32) is known color: Lime Green. HEX triplet: 45, BA and 32. RGB value is (69,186,50). Sum of RGB (Red+Green+Blue) = 69+186+50=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA32 is #BA45CD. Grayscale: #878787. Windows color (decimal): -12207566 or 3324485. OLE color: 3324485.

HSL color Cylindrical-coordinate representation of color #45BA32: hue angle of 111.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45BA32 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 186 50 -
CMYK 0.63 0 0.73 0.27
HSL 111.62º 0.58% 0.46% -
HSV(B) 111.62º 0.73% 0.73% -
XYZ 20.59 36.61 9 -
YUV 135.51 79.74 80.56 -
System Red Green Blue C M Y K H S L
Decimal 69 186 50 0.63 0 0.73 0.27 111.62 0.58 0.46
Hex 45 BA 32 3F 0 49 1B 70 3A 2E
Octal 105 272 62 77 0 111 33 160 72 56
Binary 1000101 10111010 110010 111111 0 1001001 11011 1110000 111010 101110

Color Harmonies of #45BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BA32

Black with #45BA32

Text Example


Text Example

White with #45BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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