Html Css Color HEX #45C042 Lime Green

📋 copy color: '#45C042'

red 69 ◦ green 192 ◦ blue 66

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

Shades of Lime Green #45C042

Tints of Lime Green #45C042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

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

R = 21.1%
G = 58.72%
B = 20.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#45C042 (or 0x45C042) is known color: Lime Green. HEX triplet: 45, C0 and 42. RGB value is (69,192,66). Sum of RGB (Red+Green+Blue) = 69+192+66=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #45C042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C042 is #BA3FBD. Grayscale: #8D8D8D. Windows color (decimal): -12206014 or 4374597. OLE color: 4374597.

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

Color convert

RGB 69 192 66 -
CMYK 0.64 0 0.66 0.25
HSL 118.57º 0.5% 0.51% -
HSV(B) 118.57º 0.66% 0.75% -
XYZ 22.29 39.36 11.58 -
YUV 140.86 85.75 76.75 -
System Red Green Blue C M Y K H S L
Decimal 69 192 66 0.64 0 0.66 0.25 118.57 0.5 0.51
Hex 45 C0 42 40 0 42 19 77 32 33
Octal 105 300 102 100 0 102 31 167 62 63
Binary 1000101 11000000 1000010 1000000 0 1000010 11001 1110111 110010 110011

Color Harmonies of #45C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C042

Black with #45C042

Text Example


Text Example

White with #45C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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