Html Css Color HEX #45D14D Lime Green

📋 copy color: '#45D14D'

red 69 ◦ green 209 ◦ blue 77

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

Shades of Lime Green #45D14D

Tints of Lime Green #45D14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 19.44%
G = 58.87%
B = 21.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#45D14D (or 0x45D14D) is known color: Lime Green. HEX triplet: 45, D1 and 4D. RGB value is (69,209,77). Sum of RGB (Red+Green+Blue) = 69+209+77=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #45D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D14D is #BA2EB2. Grayscale: #989898. Windows color (decimal): -12201651 or 5099845. OLE color: 5099845.

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

Color convert

RGB 69 209 77 -
CMYK 0.67 0 0.63 0.18
HSL 123.43º 0.6% 0.55% -
HSV(B) 123.43º 0.67% 0.82% -
XYZ 26.59 47.4 14.77 -
YUV 152.09 85.62 68.73 -
System Red Green Blue C M Y K H S L
Decimal 69 209 77 0.67 0 0.63 0.18 123.43 0.6 0.55
Hex 45 D1 4D 43 0 3F 12 7B 3C 37
Octal 105 321 115 103 0 77 22 173 74 67
Binary 1000101 11010001 1001101 1000011 0 111111 10010 1111011 111100 110111

Color Harmonies of #45D14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D14D

Black with #45D14D

Text Example


Text Example

White with #45D14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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