Html Css Color HEX #45CC49 Lime Green

📋 copy color: '#45CC49'

red 69 ◦ green 204 ◦ blue 73

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

Shades of Lime Green #45CC49

Tints of Lime Green #45CC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.96%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 19.94%
G = 58.96%
B = 21.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#45CC49 (or 0x45CC49) is known color: Lime Green. HEX triplet: 45, CC and 49. RGB value is (69,204,73). Sum of RGB (Red+Green+Blue) = 69+204+73=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC49 is #BA33B6. Grayscale: #959595. Windows color (decimal): -12202935 or 4836421. OLE color: 4836421.

HSL color Cylindrical-coordinate representation of color #45CC49: hue angle of 121.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC49 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 204 73 -
CMYK 0.66 0 0.64 0.2
HSL 121.78º 0.57% 0.54% -
HSV(B) 121.78º 0.66% 0.8% -
XYZ 25.25 44.93 13.65 -
YUV 148.7 85.27 71.15 -
System Red Green Blue C M Y K H S L
Decimal 69 204 73 0.66 0 0.64 0.2 121.78 0.57 0.54
Hex 45 CC 49 42 0 40 14 7A 39 36
Octal 105 314 111 102 0 100 24 172 71 66
Binary 1000101 11001100 1001001 1000010 0 1000000 10100 1111010 111001 110110

Color Harmonies of #45CC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CC49

Black with #45CC49

Text Example


Text Example

White with #45CC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,204,73); }

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

background-color css

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

 a { background-color: rgb(69,204,73); }

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

border-color css

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

 span { border-color: rgb(69,204,73); }

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