Html Css Color HEX #45C63C Lime Green

📋 copy color: '#45C63C'

red 69 ◦ green 198 ◦ blue 60

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

Shades of Lime Green #45C63C

Tints of Lime Green #45C63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.55%

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

R = 21.1%
G = 60.55%
B = 18.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#45C63C (or 0x45C63C) is known color: Lime Green. HEX triplet: 45, C6 and 3C. RGB value is (69,198,60). Sum of RGB (Red+Green+Blue) = 69+198+60=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #45C63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C63C is #BA39C3. Grayscale: #909090. Windows color (decimal): -12204484 or 3982917. OLE color: 3982917.

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

Color convert

RGB 69 198 60 -
CMYK 0.65 0 0.70 0.22
HSL 116.09º 0.55% 0.51% -
HSV(B) 116.09º 0.7% 0.78% -
XYZ 23.46 41.98 11.14 -
YUV 143.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 69 198 60 0.65 0 0.70 0.22 116.09 0.55 0.51
Hex 45 C6 3C 41 0 46 16 74 37 33
Octal 105 306 74 101 0 106 26 164 67 63
Binary 1000101 11000110 111100 1000001 0 1000110 10110 1110100 110111 110011

Color Harmonies of #45C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C63C

Black with #45C63C

Text Example


Text Example

White with #45C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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