Html Css Color HEX #45C548 Lime Green

📋 copy color: '#45C548'

red 69 ◦ green 197 ◦ blue 72

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

Shades of Lime Green #45C548

Tints of Lime Green #45C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.28%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 20.41%
G = 58.28%
B = 21.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#45C548 (or 0x45C548) is known color: Lime Green. HEX triplet: 45, C5 and 48. RGB value is (69,197,72). Sum of RGB (Red+Green+Blue) = 69+197+72=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #45C548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C548 is #BA3AB7. Grayscale: #909090. Windows color (decimal): -12204728 or 4769093. OLE color: 4769093.

HSL color Cylindrical-coordinate representation of color #45C548: hue angle of 121.41º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C548 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 197 72 -
CMYK 0.65 0 0.63 0.23
HSL 121.41º 0.52% 0.52% -
HSV(B) 121.41º 0.65% 0.77% -
XYZ 23.59 41.67 12.93 -
YUV 144.48 87.09 74.16 -
System Red Green Blue C M Y K H S L
Decimal 69 197 72 0.65 0 0.63 0.23 121.41 0.52 0.52
Hex 45 C5 48 41 0 3F 17 79 34 34
Octal 105 305 110 101 0 77 27 171 64 64
Binary 1000101 11000101 1001000 1000001 0 111111 10111 1111001 110100 110100

Color Harmonies of #45C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C548

Black with #45C548

Text Example


Text Example

White with #45C548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,197,72); }

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

background-color css

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

 a { background-color: rgb(69,197,72); }

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

border-color css

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

 span { border-color: rgb(69,197,72); }

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