Html Css Color HEX #45C64A Lime Green

📋 copy color: '#45C64A'

red 69 ◦ green 198 ◦ blue 74

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

Shades of Lime Green #45C64A

Tints of Lime Green #45C64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 20.23%
G = 58.06%
B = 21.7%

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

#45C64A (or 0x45C64A) is known color: Lime Green. HEX triplet: 45, C6 and 4A. RGB value is (69,198,74). Sum of RGB (Red+Green+Blue) = 69+198+74=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #45C64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C64A is #BA39B5. Grayscale: #919191. Windows color (decimal): -12204470 or 4900421. OLE color: 4900421.

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

Color convert

RGB 69 198 74 -
CMYK 0.65 0 0.63 0.22
HSL 122.33º 0.53% 0.52% -
HSV(B) 122.33º 0.65% 0.78% -
XYZ 23.88 42.15 13.36 -
YUV 145.29 87.76 73.58 -
System Red Green Blue C M Y K H S L
Decimal 69 198 74 0.65 0 0.63 0.22 122.33 0.53 0.52
Hex 45 C6 4A 41 0 3F 16 7A 35 34
Octal 105 306 112 101 0 77 26 172 65 64
Binary 1000101 11000110 1001010 1000001 0 111111 10110 1111010 110101 110100

Color Harmonies of #45C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C64A

Black with #45C64A

Text Example


Text Example

White with #45C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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