Html Css Color HEX #45B932 Lime Green

📋 copy color: '#45B932'

red 69 ◦ green 185 ◦ blue 50

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

Shades of Lime Green #45B932

Tints of Lime Green #45B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.86%

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

R = 22.7%
G = 60.86%
B = 16.45%

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

#45B932 (or 0x45B932) is known color: Lime Green. HEX triplet: 45, B9 and 32. RGB value is (69,185,50). Sum of RGB (Red+Green+Blue) = 69+185+50=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #45B932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B932 is #BA46CD. Grayscale: #878787. Windows color (decimal): -12207822 or 3324229. OLE color: 3324229.

HSL color Cylindrical-coordinate representation of color #45B932: hue angle of 111.56º degrees, saturation: 0.57, 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 #45B932 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 185 50 -
CMYK 0.63 0 0.73 0.27
HSL 111.56º 0.57% 0.46% -
HSV(B) 111.56º 0.73% 0.73% -
XYZ 20.38 36.19 8.93 -
YUV 134.93 80.07 80.98 -
System Red Green Blue C M Y K H S L
Decimal 69 185 50 0.63 0 0.73 0.27 111.56 0.57 0.46
Hex 45 B9 32 3F 0 49 1B 70 39 2E
Octal 105 271 62 77 0 111 33 160 71 56
Binary 1000101 10111001 110010 111111 0 1001001 11011 1110000 111001 101110

Color Harmonies of #45B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B932

Black with #45B932

Text Example


Text Example

White with #45B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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