Html Css Color HEX #45D548 Lime Green

📋 copy color: '#45D548'

red 69 ◦ green 213 ◦ blue 72

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

Shades of Lime Green #45D548

Tints of Lime Green #45D548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.17%

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

R = 19.49%
G = 60.17%
B = 20.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#45D548 (or 0x45D548) is known color: Lime Green. HEX triplet: 45, D5 and 48. RGB value is (69,213,72). Sum of RGB (Red+Green+Blue) = 69+213+72=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #45D548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D548 is #BA2AB7. Grayscale: #9A9A9A. Windows color (decimal): -12200632 or 4773189. OLE color: 4773189.

HSL color Cylindrical-coordinate representation of color #45D548: hue angle of 121.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D548 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 213 72 -
CMYK 0.68 0 0.66 0.16
HSL 121.25º 0.63% 0.55% -
HSV(B) 121.25º 0.68% 0.84% -
XYZ 27.42 49.32 14.21 -
YUV 153.87 81.79 67.46 -
System Red Green Blue C M Y K H S L
Decimal 69 213 72 0.68 0 0.66 0.16 121.25 0.63 0.55
Hex 45 D5 48 44 0 42 10 79 3F 37
Octal 105 325 110 104 0 102 20 171 77 67
Binary 1000101 11010101 1001000 1000100 0 1000010 10000 1111001 111111 110111

Color Harmonies of #45D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D548

Black with #45D548

Text Example


Text Example

White with #45D548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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