Html Css Color HEX #45CC48 Lime Green

📋 copy color: '#45CC48'

red 69 ◦ green 204 ◦ blue 72

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

Shades of Lime Green #45CC48

Tints of Lime Green #45CC48

RGB

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

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

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

R = 20%
G = 59.13%
B = 20.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#45CC48 (or 0x45CC48) is known color: Lime Green. HEX triplet: 45, CC and 48. RGB value is (69,204,72). Sum of RGB (Red+Green+Blue) = 69+204+72=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC48 is #BA33B7. Grayscale: #949494. Windows color (decimal): -12202936 or 4770885. OLE color: 4770885.

HSL color Cylindrical-coordinate representation of color #45CC48: hue angle of 121.33º 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 #45CC48 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 204 72 -
CMYK 0.66 0 0.65 0.2
HSL 121.33º 0.57% 0.54% -
HSV(B) 121.33º 0.66% 0.8% -
XYZ 25.22 44.92 13.47 -
YUV 148.59 84.77 71.23 -
System Red Green Blue C M Y K H S L
Decimal 69 204 72 0.66 0 0.65 0.2 121.33 0.57 0.54
Hex 45 CC 48 42 0 41 14 79 39 36
Octal 105 314 110 102 0 101 24 171 71 66
Binary 1000101 11001100 1001000 1000010 0 1000001 10100 1111001 111001 110110

Color Harmonies of #45CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CC48

Black with #45CC48

Text Example


Text Example

White with #45CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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