Html Css Color HEX #45B734 Lime Green

📋 copy color: '#45B734'

red 69 ◦ green 183 ◦ blue 52

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

Shades of Lime Green #45B734

Tints of Lime Green #45B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.2%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 22.7%
G = 60.2%
B = 17.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#45B734 (or 0x45B734) is known color: Lime Green. HEX triplet: 45, B7 and 34. RGB value is (69,183,52). Sum of RGB (Red+Green+Blue) = 69+183+52=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #45B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B734 is #BA48CB. Grayscale: #868686. Windows color (decimal): -12208332 or 3454789. OLE color: 3454789.

HSL color Cylindrical-coordinate representation of color #45B734: hue angle of 112.21º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45B734 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 69 183 52 -
CMYK 0.62 0 0.72 0.28
HSL 112.21º 0.56% 0.46% -
HSV(B) 112.21º 0.72% 0.72% -
XYZ 20.01 35.38 9.02 -
YUV 133.98 81.73 81.65 -
System Red Green Blue C M Y K H S L
Decimal 69 183 52 0.62 0 0.72 0.28 112.21 0.56 0.46
Hex 45 B7 34 3E 0 48 1C 70 38 2E
Octal 105 267 64 76 0 110 34 160 70 56
Binary 1000101 10110111 110100 111110 0 1001000 11100 1110000 111000 101110

Color Harmonies of #45B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B734

Black with #45B734

Text Example


Text Example

White with #45B734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,183,52); }

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

background-color css

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

 a { background-color: rgb(69,183,52); }

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

border-color css

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

 span { border-color: rgb(69,183,52); }

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