Html Css Color HEX #45DF53 Lime Green

📋 copy color: '#45DF53'

red 69 ◦ green 223 ◦ blue 83

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

Shades of Lime Green #45DF53

Tints of Lime Green #45DF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 18.4%
G = 59.47%
B = 22.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#45DF53 (or 0x45DF53) is known color: Lime Green. HEX triplet: 45, DF and 53. RGB value is (69,223,83). Sum of RGB (Red+Green+Blue) = 69+223+83=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF53 is #BA20AC. Grayscale: #A1A1A1. Windows color (decimal): -12198061 or 5496645. OLE color: 5496645.

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

Color convert

RGB 69 223 83 -
CMYK 0.69 0 0.63 0.13
HSL 125.45º 0.71% 0.57% -
HSV(B) 125.45º 0.69% 0.87% -
XYZ 30.4 54.67 17.13 -
YUV 160.99 83.98 62.38 -
System Red Green Blue C M Y K H S L
Decimal 69 223 83 0.69 0 0.63 0.13 125.45 0.71 0.57
Hex 45 DF 53 45 0 3F D 7D 47 39
Octal 105 337 123 105 0 77 15 175 107 71
Binary 1000101 11011111 1010011 1000101 0 111111 1101 1111101 1000111 111001

Color Harmonies of #45DF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DF53

Black with #45DF53

Text Example


Text Example

White with #45DF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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