Html Css Color HEX #45D040 Lime Green

📋 copy color: '#45D040'

red 69 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #45D040

Tints of Lime Green #45D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

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

R = 20.23%
G = 61%
B = 18.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#45D040 (or 0x45D040) is known color: Lime Green. HEX triplet: 45, D0 and 40. RGB value is (69,208,64). Sum of RGB (Red+Green+Blue) = 69+208+64=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #45D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D040 is #BA2FBF. Grayscale: #969696. Windows color (decimal): -12201920 or 4247621. OLE color: 4247621.

HSL color Cylindrical-coordinate representation of color #45D040: hue angle of 117.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45D040 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 208 64 -
CMYK 0.67 0 0.69 0.18
HSL 117.92º 0.61% 0.53% -
HSV(B) 117.92º 0.69% 0.82% -
XYZ 25.94 46.75 12.51 -
YUV 150.02 79.45 70.21 -
System Red Green Blue C M Y K H S L
Decimal 69 208 64 0.67 0 0.69 0.18 117.92 0.61 0.53
Hex 45 D0 40 43 0 45 12 76 3D 35
Octal 105 320 100 103 0 105 22 166 75 65
Binary 1000101 11010000 1000000 1000011 0 1000101 10010 1110110 111101 110101

Color Harmonies of #45D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D040

Black with #45D040

Text Example


Text Example

White with #45D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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