Html Css Color HEX #45C84D Lime Green

📋 copy color: '#45C84D'

red 69 ◦ green 200 ◦ blue 77

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

Shades of Lime Green #45C84D

Tints of Lime Green #45C84D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.8%

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

R = 19.94%
G = 57.8%
B = 22.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#45C84D (or 0x45C84D) is known color: Lime Green. HEX triplet: 45, C8 and 4D. RGB value is (69,200,77). Sum of RGB (Red+Green+Blue) = 69+200+77=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #45C84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C84D is #BA37B2. Grayscale: #939393. Windows color (decimal): -12203955 or 5097541. OLE color: 5097541.

HSL color Cylindrical-coordinate representation of color #45C84D: hue angle of 123.66º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C84D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 200 77 -
CMYK 0.66 0 0.62 0.22
HSL 123.66º 0.54% 0.53% -
HSV(B) 123.66º 0.66% 0.78% -
XYZ 24.45 43.11 14.05 -
YUV 146.81 88.6 72.5 -
System Red Green Blue C M Y K H S L
Decimal 69 200 77 0.66 0 0.62 0.22 123.66 0.54 0.53
Hex 45 C8 4D 42 0 3E 16 7C 36 35
Octal 105 310 115 102 0 76 26 174 66 65
Binary 1000101 11001000 1001101 1000010 0 111110 10110 1111100 110110 110101

Color Harmonies of #45C84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C84D

Black with #45C84D

Text Example


Text Example

White with #45C84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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