Html Css Color HEX #45D128 Lime Green

📋 copy color: '#45D128'

red 69 ◦ green 209 ◦ blue 40

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

Shades of Lime Green #45D128

Tints of Lime Green #45D128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 65.72%

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 21.7%
G = 65.72%
B = 12.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#45D128 (or 0x45D128) is known color: Lime Green. HEX triplet: 45, D1 and 28. RGB value is (69,209,40). Sum of RGB (Red+Green+Blue) = 69+209+40=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 209 (82.03% from 255 or 65.72% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 209 - color contains mainly: green. Hex color #45D128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D128 is #BA2ED7. Grayscale: #949494. Windows color (decimal): -12201688 or 2675013. OLE color: 2675013.

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

Color convert

RGB 69 209 40 -
CMYK 0.67 0 0.81 0.18
HSL 109.7º 0.68% 0.49% -
HSV(B) 109.7º 0.81% 0.82% -
XYZ 25.64 47.02 9.73 -
YUV 147.87 67.12 71.74 -
System Red Green Blue C M Y K H S L
Decimal 69 209 40 0.67 0 0.81 0.18 109.7 0.68 0.49
Hex 45 D1 28 43 0 51 12 6E 44 31
Octal 105 321 50 103 0 121 22 156 104 61
Binary 1000101 11010001 101000 1000011 0 1010001 10010 1101110 1000100 110001

Color Harmonies of #45D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D128

Black with #45D128

Text Example


Text Example

White with #45D128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,209,40); }

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

background-color css

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

 a { background-color: rgb(69,209,40); }

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

border-color css

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

 span { border-color: rgb(69,209,40); }

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