Html Css Color HEX #45C74A Lime Green

📋 copy color: '#45C74A'

red 69 ◦ green 199 ◦ blue 74

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

Shades of Lime Green #45C74A

Tints of Lime Green #45C74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.19%

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

R = 20.18%
G = 58.19%
B = 21.64%

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

#45C74A (or 0x45C74A) is known color: Lime Green. HEX triplet: 45, C7 and 4A. RGB value is (69,199,74). Sum of RGB (Red+Green+Blue) = 69+199+74=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #45C74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C74A is #BA38B5. Grayscale: #929292. Windows color (decimal): -12204214 or 4900677. OLE color: 4900677.

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

Color convert

RGB 69 199 74 -
CMYK 0.65 0 0.63 0.22
HSL 122.31º 0.54% 0.53% -
HSV(B) 122.31º 0.65% 0.78% -
XYZ 24.11 42.61 13.43 -
YUV 145.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 69 199 74 0.65 0 0.63 0.22 122.31 0.54 0.53
Hex 45 C7 4A 41 0 3F 16 7A 36 35
Octal 105 307 112 101 0 77 26 172 66 65
Binary 1000101 11000111 1001010 1000001 0 111111 10110 1111010 110110 110101

Color Harmonies of #45C74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C74A

Black with #45C74A

Text Example


Text Example

White with #45C74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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