Html Css Color HEX #45C73D Lime Green

📋 copy color: '#45C73D'

red 69 ◦ green 199 ◦ blue 61

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

Shades of Lime Green #45C73D

Tints of Lime Green #45C73D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.49%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 20.97%
G = 60.49%
B = 18.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#45C73D (or 0x45C73D) is known color: Lime Green. HEX triplet: 45, C7 and 3D. RGB value is (69,199,61). Sum of RGB (Red+Green+Blue) = 69+199+61=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #45C73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C73D is #BA38C2. Grayscale: #909090. Windows color (decimal): -12204227 or 4048709. OLE color: 4048709.

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

Color convert

RGB 69 199 61 -
CMYK 0.65 0 0.69 0.22
HSL 116.52º 0.55% 0.51% -
HSV(B) 116.52º 0.69% 0.78% -
XYZ 23.72 42.45 11.36 -
YUV 144.4 80.93 74.22 -
System Red Green Blue C M Y K H S L
Decimal 69 199 61 0.65 0 0.69 0.22 116.52 0.55 0.51
Hex 45 C7 3D 41 0 45 16 75 37 33
Octal 105 307 75 101 0 105 26 165 67 63
Binary 1000101 11000111 111101 1000001 0 1000101 10110 1110101 110111 110011

Color Harmonies of #45C73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C73D

Black with #45C73D

Text Example


Text Example

White with #45C73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,199,61); }

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

background-color css

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

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

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

border-color css

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

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

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