Html Css Color HEX #45DF54 Lime Green

📋 copy color: '#45DF54'

red 69 ◦ green 223 ◦ blue 84

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

Shades of Lime Green #45DF54

Tints of Lime Green #45DF54

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.31%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 18.35%
G = 59.31%
B = 22.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#45DF54 (or 0x45DF54) is known color: Lime Green. HEX triplet: 45, DF and 54. RGB value is (69,223,84). Sum of RGB (Red+Green+Blue) = 69+223+84=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF54 is #BA20AB. Grayscale: #A1A1A1. Windows color (decimal): -12198060 or 5562181. OLE color: 5562181.

HSL color Cylindrical-coordinate representation of color #45DF54: hue angle of 125.84º degrees, saturation: 0.71, 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 #45DF54 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 223 84 -
CMYK 0.69 0 0.62 0.13
HSL 125.84º 0.71% 0.57% -
HSV(B) 125.84º 0.69% 0.87% -
XYZ 30.44 54.68 17.34 -
YUV 161.11 84.48 62.3 -
System Red Green Blue C M Y K H S L
Decimal 69 223 84 0.69 0 0.62 0.13 125.84 0.71 0.57
Hex 45 DF 54 45 0 3E D 7E 47 39
Octal 105 337 124 105 0 76 15 176 107 71
Binary 1000101 11011111 1010100 1000101 0 111110 1101 1111110 1000111 111001

Color Harmonies of #45DF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DF54

Black with #45DF54

Text Example


Text Example

White with #45DF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,223,84); }

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

background-color css

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

 a { background-color: rgb(69,223,84); }

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

border-color css

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

 span { border-color: rgb(69,223,84); }

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