Html Css Color HEX #45D956 Lime Green

📋 copy color: '#45D956'

red 69 ◦ green 217 ◦ blue 86

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

Shades of Lime Green #45D956

Tints of Lime Green #45D956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.33%

 BLUE value IS 86 (33.98% from 255) = 23.12%

R = 18.55%
G = 58.33%
B = 23.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#45D956 (or 0x45D956) is known color: Lime Green. HEX triplet: 45, D9 and 56. RGB value is (69,217,86). Sum of RGB (Red+Green+Blue) = 69+217+86=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #45D956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D956 is #BA26A9. Grayscale: #9E9E9E. Windows color (decimal): -12199594 or 5691717. OLE color: 5691717.

HSL color Cylindrical-coordinate representation of color #45D956: hue angle of 126.89º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D956 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 217 86 -
CMYK 0.68 0 0.60 0.15
HSL 126.89º 0.66% 0.56% -
HSV(B) 126.89º 0.68% 0.85% -
XYZ 28.95 51.56 17.23 -
YUV 157.81 87.47 64.65 -
System Red Green Blue C M Y K H S L
Decimal 69 217 86 0.68 0 0.60 0.15 126.89 0.66 0.56
Hex 45 D9 56 44 0 3C F 7F 42 38
Octal 105 331 126 104 0 74 17 177 102 70
Binary 1000101 11011001 1010110 1000100 0 111100 1111 1111111 1000010 111000

Color Harmonies of #45D956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D956

Black with #45D956

Text Example


Text Example

White with #45D956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,217,86); }

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

background-color css

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

 a { background-color: rgb(69,217,86); }

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

border-color css

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

 span { border-color: rgb(69,217,86); }

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