Html Css Color HEX #45EC4D Lime Green

📋 copy color: '#45EC4D'

red 69 ◦ green 236 ◦ blue 77

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

Shades of Lime Green #45EC4D

Tints of Lime Green #45EC4D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 61.78%

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

R = 18.06%
G = 61.78%
B = 20.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#45EC4D (or 0x45EC4D) is known color: Lime Green. HEX triplet: 45, EC and 4D. RGB value is (69,236,77). Sum of RGB (Red+Green+Blue) = 69+236+77=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 236 (92.58% from 255 or 61.78% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EC4D is #BA13B2. Grayscale: #A8A8A8. Windows color (decimal): -12194739 or 5106757. OLE color: 5106757.

HSL color Cylindrical-coordinate representation of color #45EC4D: hue angle of 122.87º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EC4D is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 236 77 -
CMYK 0.71 0 0.67 0.07
HSL 122.87º 0.81% 0.6% -
HSV(B) 122.87º 0.71% 0.93% -
XYZ 33.79 61.79 17.17 -
YUV 167.94 76.67 57.43 -
System Red Green Blue C M Y K H S L
Decimal 69 236 77 0.71 0 0.67 0.07 122.87 0.81 0.6
Hex 45 EC 4D 47 0 43 7 7B 51 3C
Octal 105 354 115 107 0 103 7 173 121 74
Binary 1000101 11101100 1001101 1000111 0 1000011 111 1111011 1010001 111100

Color Harmonies of #45EC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EC4D

Black with #45EC4D

Text Example


Text Example

White with #45EC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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