Html Css Color HEX #45C541 Lime Green

📋 copy color: '#45C541'

red 69 ◦ green 197 ◦ blue 65

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

Shades of Lime Green #45C541

Tints of Lime Green #45C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.52%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 20.85%
G = 59.52%
B = 19.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#45C541 (or 0x45C541) is known color: Lime Green. HEX triplet: 45, C5 and 41. RGB value is (69,197,65). Sum of RGB (Red+Green+Blue) = 69+197+65=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #45C541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C541 is #BA3ABE. Grayscale: #909090. Windows color (decimal): -12204735 or 4310341. OLE color: 4310341.

HSL color Cylindrical-coordinate representation of color #45C541: hue angle of 118.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45C541 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 197 65 -
CMYK 0.65 0 0.67 0.23
HSL 118.18º 0.53% 0.51% -
HSV(B) 118.18º 0.67% 0.77% -
XYZ 23.37 41.58 11.79 -
YUV 143.68 83.59 74.73 -
System Red Green Blue C M Y K H S L
Decimal 69 197 65 0.65 0 0.67 0.23 118.18 0.53 0.51
Hex 45 C5 41 41 0 43 17 76 35 33
Octal 105 305 101 101 0 103 27 166 65 63
Binary 1000101 11000101 1000001 1000001 0 1000011 10111 1110110 110101 110011

Color Harmonies of #45C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C541

Black with #45C541

Text Example


Text Example

White with #45C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,197,65); }

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

background-color css

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

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

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

border-color css

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

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

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