Html Css Color HEX #45D84A Lime Green

📋 copy color: '#45D84A'

red 69 ◦ green 216 ◦ blue 74

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

Shades of Lime Green #45D84A

Tints of Lime Green #45D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.17%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 19.22%
G = 60.17%
B = 20.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#45D84A (or 0x45D84A) is known color: Lime Green. HEX triplet: 45, D8 and 4A. RGB value is (69,216,74). Sum of RGB (Red+Green+Blue) = 69+216+74=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #45D84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D84A is #BA27B5. Grayscale: #9C9C9C. Windows color (decimal): -12199862 or 4905029. OLE color: 4905029.

HSL color Cylindrical-coordinate representation of color #45D84A: hue angle of 122.04º degrees, saturation: 0.65, 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 #45D84A is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 216 74 -
CMYK 0.68 0 0.66 0.15
HSL 122.04º 0.65% 0.56% -
HSV(B) 122.04º 0.68% 0.85% -
XYZ 28.25 50.87 14.81 -
YUV 155.86 81.8 66.05 -
System Red Green Blue C M Y K H S L
Decimal 69 216 74 0.68 0 0.66 0.15 122.04 0.65 0.56
Hex 45 D8 4A 44 0 42 F 7A 41 38
Octal 105 330 112 104 0 102 17 172 101 70
Binary 1000101 11011000 1001010 1000100 0 1000010 1111 1111010 1000001 111000

Color Harmonies of #45D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D84A

Black with #45D84A

Text Example


Text Example

White with #45D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,216,74); }

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

background-color css

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

 a { background-color: rgb(69,216,74); }

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

border-color css

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

 span { border-color: rgb(69,216,74); }

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