Html Css Color HEX #45C645 Lime Green

📋 copy color: '#45C645'

red 69 ◦ green 198 ◦ blue 69

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

Shades of Lime Green #45C645

Tints of Lime Green #45C645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.93%

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 20.54%
G = 58.93%
B = 20.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#45C645 (or 0x45C645) is known color: Lime Green. HEX triplet: 45, C6 and 45. RGB value is (69,198,69). Sum of RGB (Red+Green+Blue) = 69+198+69=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #45C645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C645 is #BA39BA. Grayscale: #919191. Windows color (decimal): -12204475 or 4572741. OLE color: 4572741.

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

Color convert

RGB 69 198 69 -
CMYK 0.65 0 0.65 0.22
HSL 120º 0.53% 0.52% -
HSV(B) 120º 0.65% 0.78% -
XYZ 23.72 42.08 12.5 -
YUV 144.72 85.26 73.99 -
System Red Green Blue C M Y K H S L
Decimal 69 198 69 0.65 0 0.65 0.22 120 0.53 0.52
Hex 45 C6 45 41 0 41 16 78 35 34
Octal 105 306 105 101 0 101 26 170 65 64
Binary 1000101 11000110 1000101 1000001 0 1000001 10110 1111000 110101 110100

Color Harmonies of #45C645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C645

Black with #45C645

Text Example


Text Example

White with #45C645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,198,69); }

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

background-color css

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

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

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

border-color css

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

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

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