Html Css Color HEX #45C850 Lime Green

📋 copy color: '#45C850'

red 69 ◦ green 200 ◦ blue 80

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

Shades of Lime Green #45C850

Tints of Lime Green #45C850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.31%

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

R = 19.77%
G = 57.31%
B = 22.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#45C850 (or 0x45C850) is known color: Lime Green. HEX triplet: 45, C8 and 50. RGB value is (69,200,80). Sum of RGB (Red+Green+Blue) = 69+200+80=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 200 (78.52% from 255 or 57.31% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 200 - color contains mainly: green. Hex color #45C850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C850 is #BA37AF. Grayscale: #939393. Windows color (decimal): -12203952 or 5294149. OLE color: 5294149.

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

Color convert

RGB 69 200 80 -
CMYK 0.66 0 0.6 0.22
HSL 125.04º 0.54% 0.53% -
HSV(B) 125.04º 0.66% 0.78% -
XYZ 24.56 43.15 14.62 -
YUV 147.15 90.1 72.26 -
System Red Green Blue C M Y K H S L
Decimal 69 200 80 0.66 0 0.6 0.22 125.04 0.54 0.53
Hex 45 C8 50 42 0 3C 16 7D 36 35
Octal 105 310 120 102 0 74 26 175 66 65
Binary 1000101 11001000 1010000 1000010 0 111100 10110 1111101 110110 110101

Color Harmonies of #45C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C850

Black with #45C850

Text Example


Text Example

White with #45C850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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