Html Css Color HEX #45D72B Lime Green

📋 copy color: '#45D72B'

red 69 ◦ green 215 ◦ blue 43

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

Shades of Lime Green #45D72B

Tints of Lime Green #45D72B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.75%

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 21.1%
G = 65.75%
B = 13.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#45D72B (or 0x45D72B) is known color: Lime Green. HEX triplet: 45, D7 and 2B. RGB value is (69,215,43). Sum of RGB (Red+Green+Blue) = 69+215+43=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #45D72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D72B is #BA28D4. Grayscale: #989898. Windows color (decimal): -12200149 or 2873157. OLE color: 2873157.

HSL color Cylindrical-coordinate representation of color #45D72B: hue angle of 110.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45D72B is Cyan = 0.68, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 215 43 -
CMYK 0.68 0 0.8 0.16
HSL 110.93º 0.68% 0.51% -
HSV(B) 110.93º 0.8% 0.84% -
XYZ 27.19 50.04 10.51 -
YUV 151.74 66.63 68.99 -
System Red Green Blue C M Y K H S L
Decimal 69 215 43 0.68 0 0.8 0.16 110.93 0.68 0.51
Hex 45 D7 2B 44 0 50 10 6F 44 33
Octal 105 327 53 104 0 120 20 157 104 63
Binary 1000101 11010111 101011 1000100 0 1010000 10000 1101111 1000100 110011

Color Harmonies of #45D72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D72B

Black with #45D72B

Text Example


Text Example

White with #45D72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,215,43); }

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

background-color css

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

 a { background-color: rgb(69,215,43); }

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

border-color css

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

 span { border-color: rgb(69,215,43); }

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