Html Css Color HEX #45D050 Lime Green

📋 copy color: '#45D050'

red 69 ◦ green 208 ◦ blue 80

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

Shades of Lime Green #45D050

Tints of Lime Green #45D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 19.33%
G = 58.26%
B = 22.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#45D050 (or 0x45D050) is known color: Lime Green. HEX triplet: 45, D0 and 50. RGB value is (69,208,80). Sum of RGB (Red+Green+Blue) = 69+208+80=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #45D050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D050 is #BA2FAF. Grayscale: #989898. Windows color (decimal): -12201904 or 5296197. OLE color: 5296197.

HSL color Cylindrical-coordinate representation of color #45D050: hue angle of 124.75º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D050 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 208 80 -
CMYK 0.67 0 0.62 0.18
HSL 124.75º 0.6% 0.54% -
HSV(B) 124.75º 0.67% 0.82% -
XYZ 26.46 46.96 15.26 -
YUV 151.85 87.45 68.91 -
System Red Green Blue C M Y K H S L
Decimal 69 208 80 0.67 0 0.62 0.18 124.75 0.6 0.54
Hex 45 D0 50 43 0 3E 12 7D 3C 36
Octal 105 320 120 103 0 76 22 175 74 66
Binary 1000101 11010000 1010000 1000011 0 111110 10010 1111101 111100 110110

Color Harmonies of #45D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D050

Black with #45D050

Text Example


Text Example

White with #45D050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,208,80); }

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

background-color css

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

 a { background-color: rgb(69,208,80); }

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

border-color css

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

 span { border-color: rgb(69,208,80); }

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