Html Css Color HEX #45DC40 Lime Green

📋 copy color: '#45DC40'

red 69 ◦ green 220 ◦ blue 64

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

Shades of Lime Green #45DC40

Tints of Lime Green #45DC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.32%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 19.55%
G = 62.32%
B = 18.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#45DC40 (or 0x45DC40) is known color: Lime Green. HEX triplet: 45, DC and 40. RGB value is (69,220,64). Sum of RGB (Red+Green+Blue) = 69+220+64=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DC40 is #BA23BF. Grayscale: #9D9D9D. Windows color (decimal): -12198848 or 4250693. OLE color: 4250693.

HSL color Cylindrical-coordinate representation of color #45DC40: hue angle of 118.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DC40 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 220 64 -
CMYK 0.69 0 0.71 0.14
HSL 118.08º 0.69% 0.56% -
HSV(B) 118.08º 0.71% 0.86% -
XYZ 28.97 52.82 13.52 -
YUV 157.07 75.47 65.18 -
System Red Green Blue C M Y K H S L
Decimal 69 220 64 0.69 0 0.71 0.14 118.08 0.69 0.56
Hex 45 DC 40 45 0 47 E 76 45 38
Octal 105 334 100 105 0 107 16 166 105 70
Binary 1000101 11011100 1000000 1000101 0 1000111 1110 1110110 1000101 111000

Color Harmonies of #45DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DC40

Black with #45DC40

Text Example


Text Example

White with #45DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,220,64); }

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

background-color css

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

 a { background-color: rgb(69,220,64); }

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

border-color css

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

 span { border-color: rgb(69,220,64); }

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