Html Css Color HEX #45C649 Lime Green

📋 copy color: '#45C649'

red 69 ◦ green 198 ◦ blue 73

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

Shades of Lime Green #45C649

Tints of Lime Green #45C649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.24%

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

R = 20.29%
G = 58.24%
B = 21.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#45C649 (or 0x45C649) is known color: Lime Green. HEX triplet: 45, C6 and 49. RGB value is (69,198,73). Sum of RGB (Red+Green+Blue) = 69+198+73=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #45C649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C649 is #BA39B6. Grayscale: #919191. Windows color (decimal): -12204471 or 4834885. OLE color: 4834885.

HSL color Cylindrical-coordinate representation of color #45C649: hue angle of 121.86º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C649 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 198 73 -
CMYK 0.65 0 0.63 0.22
HSL 121.86º 0.53% 0.52% -
HSV(B) 121.86º 0.65% 0.78% -
XYZ 23.85 42.13 13.18 -
YUV 145.18 87.26 73.66 -
System Red Green Blue C M Y K H S L
Decimal 69 198 73 0.65 0 0.63 0.22 121.86 0.53 0.52
Hex 45 C6 49 41 0 3F 16 7A 35 34
Octal 105 306 111 101 0 77 26 172 65 64
Binary 1000101 11000110 1001001 1000001 0 111111 10110 1111010 110101 110100

Color Harmonies of #45C649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C649

Black with #45C649

Text Example


Text Example

White with #45C649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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