Html Css Color HEX #45B73C Lime Green

📋 copy color: '#45B73C'

red 69 ◦ green 183 ◦ blue 60

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

Shades of Lime Green #45B73C

Tints of Lime Green #45B73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.65%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 22.12%
G = 58.65%
B = 19.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#45B73C (or 0x45B73C) is known color: Lime Green. HEX triplet: 45, B7 and 3C. RGB value is (69,183,60). Sum of RGB (Red+Green+Blue) = 69+183+60=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #45B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B73C is #BA48C3. Grayscale: #878787. Windows color (decimal): -12208324 or 3979077. OLE color: 3979077.

HSL color Cylindrical-coordinate representation of color #45B73C: hue angle of 115.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45B73C is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 69 183 60 -
CMYK 0.62 0 0.67 0.28
HSL 115.61º 0.51% 0.48% -
HSV(B) 115.61º 0.67% 0.72% -
XYZ 20.2 35.46 10.05 -
YUV 134.89 85.73 81 -
System Red Green Blue C M Y K H S L
Decimal 69 183 60 0.62 0 0.67 0.28 115.61 0.51 0.48
Hex 45 B7 3C 3E 0 43 1C 74 33 30
Octal 105 267 74 76 0 103 34 164 63 60
Binary 1000101 10110111 111100 111110 0 1000011 11100 1110100 110011 110000

Color Harmonies of #45B73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B73C

Black with #45B73C

Text Example


Text Example

White with #45B73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,183,60); }

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

background-color css

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

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

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

border-color css

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

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

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