Html Css Color HEX #45C142 Lime Green

📋 copy color: '#45C142'

red 69 ◦ green 193 ◦ blue 66

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

Shades of Lime Green #45C142

Tints of Lime Green #45C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.84%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 21.04%
G = 58.84%
B = 20.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#45C142 (or 0x45C142) is known color: Lime Green. HEX triplet: 45, C1 and 42. RGB value is (69,193,66). Sum of RGB (Red+Green+Blue) = 69+193+66=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #45C142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C142 is #BA3EBD. Grayscale: #8D8D8D. Windows color (decimal): -12205758 or 4374853. OLE color: 4374853.

HSL color Cylindrical-coordinate representation of color #45C142: hue angle of 118.58º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C142 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 193 66 -
CMYK 0.64 0 0.66 0.24
HSL 118.58º 0.51% 0.51% -
HSV(B) 118.58º 0.66% 0.76% -
XYZ 22.51 39.8 11.65 -
YUV 141.45 85.42 76.33 -
System Red Green Blue C M Y K H S L
Decimal 69 193 66 0.64 0 0.66 0.24 118.58 0.51 0.51
Hex 45 C1 42 40 0 42 18 77 33 33
Octal 105 301 102 100 0 102 30 167 63 63
Binary 1000101 11000001 1000010 1000000 0 1000010 11000 1110111 110011 110011

Color Harmonies of #45C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C142

Black with #45C142

Text Example


Text Example

White with #45C142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,193,66); }

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

background-color css

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

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

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

border-color css

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

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

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