Html Css Color HEX #45DD4E Lime Green

📋 copy color: '#45DD4E'

red 69 ◦ green 221 ◦ blue 78

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

Shades of Lime Green #45DD4E

Tints of Lime Green #45DD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.05%

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 18.75%
G = 60.05%
B = 21.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#45DD4E (or 0x45DD4E) is known color: Lime Green. HEX triplet: 45, DD and 4E. RGB value is (69,221,78). Sum of RGB (Red+Green+Blue) = 69+221+78=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DD4E is #BA22B1. Grayscale: #9F9F9F. Windows color (decimal): -12198578 or 5168453. OLE color: 5168453.

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

Color convert

RGB 69 221 78 -
CMYK 0.69 0 0.65 0.13
HSL 123.55º 0.69% 0.57% -
HSV(B) 123.55º 0.69% 0.87% -
XYZ 29.69 53.53 15.98 -
YUV 159.25 82.14 63.63 -
System Red Green Blue C M Y K H S L
Decimal 69 221 78 0.69 0 0.65 0.13 123.55 0.69 0.57
Hex 45 DD 4E 45 0 41 D 7C 45 39
Octal 105 335 116 105 0 101 15 174 105 71
Binary 1000101 11011101 1001110 1000101 0 1000001 1101 1111100 1000101 111001

Color Harmonies of #45DD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DD4E

Black with #45DD4E

Text Example


Text Example

White with #45DD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,221,78); }

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

background-color css

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

 a { background-color: rgb(69,221,78); }

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

border-color css

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

 span { border-color: rgb(69,221,78); }

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