Html Css Color HEX #45C84A Lime Green

📋 copy color: '#45C84A'

red 69 ◦ green 200 ◦ blue 74

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

Shades of Lime Green #45C84A

Tints of Lime Green #45C84A

RGB

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

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

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

R = 20.12%
G = 58.31%
B = 21.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#45C84A (or 0x45C84A) is known color: Lime Green. HEX triplet: 45, C8 and 4A. RGB value is (69,200,74). Sum of RGB (Red+Green+Blue) = 69+200+74=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #45C84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C84A is #BA37B5. Grayscale: #929292. Windows color (decimal): -12203958 or 4900933. OLE color: 4900933.

HSL color Cylindrical-coordinate representation of color #45C84A: hue angle of 122.29º 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 #45C84A is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 200 74 -
CMYK 0.66 0 0.63 0.22
HSL 122.29º 0.54% 0.53% -
HSV(B) 122.29º 0.66% 0.78% -
XYZ 24.34 43.07 13.51 -
YUV 146.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 69 200 74 0.66 0 0.63 0.22 122.29 0.54 0.53
Hex 45 C8 4A 42 0 3F 16 7A 36 35
Octal 105 310 112 102 0 77 26 172 66 65
Binary 1000101 11001000 1001010 1000010 0 111111 10110 1111010 110110 110101

Color Harmonies of #45C84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C84A

Black with #45C84A

Text Example


Text Example

White with #45C84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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