Html Css Color HEX #45C94F Lime Green

📋 copy color: '#45C94F'

red 69 ◦ green 201 ◦ blue 79

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

Shades of Lime Green #45C94F

Tints of Lime Green #45C94F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.59%

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 19.77%
G = 57.59%
B = 22.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#45C94F (or 0x45C94F) is known color: Lime Green. HEX triplet: 45, C9 and 4F. RGB value is (69,201,79). Sum of RGB (Red+Green+Blue) = 69+201+79=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #45C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C94F is #BA36B0. Grayscale: #939393. Windows color (decimal): -12203697 or 5228869. OLE color: 5228869.

HSL color Cylindrical-coordinate representation of color #45C94F: hue angle of 124.55º degrees, saturation: 0.55, 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 #45C94F is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 201 79 -
CMYK 0.66 0 0.61 0.21
HSL 124.55º 0.55% 0.53% -
HSV(B) 124.55º 0.66% 0.79% -
XYZ 24.75 43.6 14.51 -
YUV 147.62 89.27 71.92 -
System Red Green Blue C M Y K H S L
Decimal 69 201 79 0.66 0 0.61 0.21 124.55 0.55 0.53
Hex 45 C9 4F 42 0 3D 15 7D 37 35
Octal 105 311 117 102 0 75 25 175 67 65
Binary 1000101 11001001 1001111 1000010 0 111101 10101 1111101 110111 110101

Color Harmonies of #45C94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C94F

Black with #45C94F

Text Example


Text Example

White with #45C94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,201,79); }

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

background-color css

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

 a { background-color: rgb(69,201,79); }

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

border-color css

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

 span { border-color: rgb(69,201,79); }

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