Html Css Color HEX #45DF44 Lime Green

📋 copy color: '#45DF44'

red 69 ◦ green 223 ◦ blue 68

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

Shades of Lime Green #45DF44

Tints of Lime Green #45DF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 19.17%
G = 61.94%
B = 18.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#45DF44 (or 0x45DF44) is known color: Lime Green. HEX triplet: 45, DF and 44. RGB value is (69,223,68). Sum of RGB (Red+Green+Blue) = 69+223+68=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DF44 is #BA20BB. Grayscale: #9F9F9F. Windows color (decimal): -12198076 or 4513605. OLE color: 4513605.

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

Color convert

RGB 69 223 68 -
CMYK 0.69 0 0.70 0.13
HSL 119.61º 0.71% 0.57% -
HSV(B) 119.61º 0.7% 0.87% -
XYZ 29.89 54.46 14.41 -
YUV 159.28 76.48 63.6 -
System Red Green Blue C M Y K H S L
Decimal 69 223 68 0.69 0 0.70 0.13 119.61 0.71 0.57
Hex 45 DF 44 45 0 46 D 78 47 39
Octal 105 337 104 105 0 106 15 170 107 71
Binary 1000101 11011111 1000100 1000101 0 1000110 1101 1111000 1000111 111001

Color Harmonies of #45DF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DF44

Black with #45DF44

Text Example


Text Example

White with #45DF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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