Html Css Color HEX #45D750 Lime Green

📋 copy color: '#45D750'

red 69 ◦ green 215 ◦ blue 80

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

Shades of Lime Green #45D750

Tints of Lime Green #45D750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.07%

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

R = 18.96%
G = 59.07%
B = 21.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#45D750 (or 0x45D750) is known color: Lime Green. HEX triplet: 45, D7 and 50. RGB value is (69,215,80). Sum of RGB (Red+Green+Blue) = 69+215+80=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #45D750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D750 is #BA28AF. Grayscale: #9C9C9C. Windows color (decimal): -12200112 or 5297989. OLE color: 5297989.

HSL color Cylindrical-coordinate representation of color #45D750: hue angle of 124.52º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D750 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 215 80 -
CMYK 0.68 0 0.63 0.16
HSL 124.52º 0.65% 0.56% -
HSV(B) 124.52º 0.68% 0.84% -
XYZ 28.2 50.45 15.84 -
YUV 155.96 85.13 65.98 -
System Red Green Blue C M Y K H S L
Decimal 69 215 80 0.68 0 0.63 0.16 124.52 0.65 0.56
Hex 45 D7 50 44 0 3F 10 7D 41 38
Octal 105 327 120 104 0 77 20 175 101 70
Binary 1000101 11010111 1010000 1000100 0 111111 10000 1111101 1000001 111000

Color Harmonies of #45D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D750

Black with #45D750

Text Example


Text Example

White with #45D750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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