Html Css Color HEX #45C148 Lime Green

📋 copy color: '#45C148'

red 69 ◦ green 193 ◦ blue 72

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

Shades of Lime Green #45C148

Tints of Lime Green #45C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.78%

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

R = 20.66%
G = 57.78%
B = 21.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#45C148 (or 0x45C148) is known color: Lime Green. HEX triplet: 45, C1 and 48. RGB value is (69,193,72). Sum of RGB (Red+Green+Blue) = 69+193+72=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #45C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C148 is #BA3EB7. Grayscale: #8E8E8E. Windows color (decimal): -12205752 or 4768069. OLE color: 4768069.

HSL color Cylindrical-coordinate representation of color #45C148: hue angle of 121.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C148 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 193 72 -
CMYK 0.64 0 0.63 0.24
HSL 121.45º 0.5% 0.51% -
HSV(B) 121.45º 0.64% 0.76% -
XYZ 22.69 39.87 12.63 -
YUV 142.13 88.42 75.84 -
System Red Green Blue C M Y K H S L
Decimal 69 193 72 0.64 0 0.63 0.24 121.45 0.5 0.51
Hex 45 C1 48 40 0 3F 18 79 32 33
Octal 105 301 110 100 0 77 30 171 62 63
Binary 1000101 11000001 1001000 1000000 0 111111 11000 1111001 110010 110011

Color Harmonies of #45C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C148

Black with #45C148

Text Example


Text Example

White with #45C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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