Html Css Color HEX #45DC36 Lime Green

📋 copy color: '#45DC36'

red 69 ◦ green 220 ◦ blue 54

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

Shades of Lime Green #45DC36

Tints of Lime Green #45DC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.14%

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 20.12%
G = 64.14%
B = 15.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#45DC36 (or 0x45DC36) is known color: Lime Green. HEX triplet: 45, DC and 36. RGB value is (69,220,54). Sum of RGB (Red+Green+Blue) = 69+220+54=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DC36 is #BA23C9. Grayscale: #9C9C9C. Windows color (decimal): -12198858 or 3595333. OLE color: 3595333.

HSL color Cylindrical-coordinate representation of color #45DC36: hue angle of 114.58º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45DC36 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 220 54 -
CMYK 0.69 0 0.75 0.14
HSL 114.58º 0.7% 0.54% -
HSV(B) 114.58º 0.75% 0.86% -
XYZ 28.71 52.72 12.15 -
YUV 155.93 70.47 66 -
System Red Green Blue C M Y K H S L
Decimal 69 220 54 0.69 0 0.75 0.14 114.58 0.7 0.54
Hex 45 DC 36 45 0 4B E 73 46 36
Octal 105 334 66 105 0 113 16 163 106 66
Binary 1000101 11011100 110110 1000101 0 1001011 1110 1110011 1000110 110110

Color Harmonies of #45DC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DC36

Black with #45DC36

Text Example


Text Example

White with #45DC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,220,54); }

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

background-color css

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

 a { background-color: rgb(69,220,54); }

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

border-color css

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

 span { border-color: rgb(69,220,54); }

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