Html Css Color HEX #45DE50 Lime Green

📋 copy color: '#45DE50'

red 69 ◦ green 222 ◦ blue 80

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

Shades of Lime Green #45DE50

Tints of Lime Green #45DE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.84%

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

R = 18.6%
G = 59.84%
B = 21.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#45DE50 (or 0x45DE50) is known color: Lime Green. HEX triplet: 45, DE and 50. RGB value is (69,222,80). Sum of RGB (Red+Green+Blue) = 69+222+80=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE50 is #BA21AF. Grayscale: #A0A0A0. Windows color (decimal): -12198320 or 5299781. OLE color: 5299781.

HSL color Cylindrical-coordinate representation of color #45DE50: hue angle of 124.31º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE50 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 222 80 -
CMYK 0.69 0 0.64 0.13
HSL 124.31º 0.7% 0.57% -
HSV(B) 124.31º 0.69% 0.87% -
XYZ 30.02 54.09 16.45 -
YUV 160.07 82.81 63.05 -
System Red Green Blue C M Y K H S L
Decimal 69 222 80 0.69 0 0.64 0.13 124.31 0.7 0.57
Hex 45 DE 50 45 0 40 D 7C 46 39
Octal 105 336 120 105 0 100 15 174 106 71
Binary 1000101 11011110 1010000 1000101 0 1000000 1101 1111100 1000110 111001

Color Harmonies of #45DE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DE50

Black with #45DE50

Text Example


Text Example

White with #45DE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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