Html Css Color HEX #45CA48 Lime Green

📋 copy color: '#45CA48'

red 69 ◦ green 202 ◦ blue 72

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

Shades of Lime Green #45CA48

Tints of Lime Green #45CA48

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.89%

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

R = 20.12%
G = 58.89%
B = 20.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#45CA48 (or 0x45CA48) is known color: Lime Green. HEX triplet: 45, CA and 48. RGB value is (69,202,72). Sum of RGB (Red+Green+Blue) = 69+202+72=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA48 is #BA35B7. Grayscale: #939393. Windows color (decimal): -12203448 or 4770373. OLE color: 4770373.

HSL color Cylindrical-coordinate representation of color #45CA48: hue angle of 121.35º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CA48 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 202 72 -
CMYK 0.66 0 0.64 0.21
HSL 121.35º 0.56% 0.53% -
HSV(B) 121.35º 0.66% 0.79% -
XYZ 24.74 43.97 13.31 -
YUV 147.41 85.44 72.07 -
System Red Green Blue C M Y K H S L
Decimal 69 202 72 0.66 0 0.64 0.21 121.35 0.56 0.53
Hex 45 CA 48 42 0 40 15 79 38 35
Octal 105 312 110 102 0 100 25 171 70 65
Binary 1000101 11001010 1001000 1000010 0 1000000 10101 1111001 111000 110101

Color Harmonies of #45CA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CA48

Black with #45CA48

Text Example


Text Example

White with #45CA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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