Html Css Color HEX #45D63C Lime Green

📋 copy color: '#45D63C'

red 69 ◦ green 214 ◦ blue 60

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

Shades of Lime Green #45D63C

Tints of Lime Green #45D63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.39%

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

R = 20.12%
G = 62.39%
B = 17.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#45D63C (or 0x45D63C) is known color: Lime Green. HEX triplet: 45, D6 and 3C. RGB value is (69,214,60). Sum of RGB (Red+Green+Blue) = 69+214+60=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #45D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D63C is #BA29C3. Grayscale: #999999. Windows color (decimal): -12200388 or 3987013. OLE color: 3987013.

HSL color Cylindrical-coordinate representation of color #45D63C: hue angle of 116.49º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45D63C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 214 60 -
CMYK 0.68 0 0.72 0.16
HSL 116.49º 0.65% 0.54% -
HSV(B) 116.49º 0.72% 0.84% -
XYZ 27.32 49.68 12.43 -
YUV 153.09 75.46 68.02 -
System Red Green Blue C M Y K H S L
Decimal 69 214 60 0.68 0 0.72 0.16 116.49 0.65 0.54
Hex 45 D6 3C 44 0 48 10 74 41 36
Octal 105 326 74 104 0 110 20 164 101 66
Binary 1000101 11010110 111100 1000100 0 1001000 10000 1110100 1000001 110110

Color Harmonies of #45D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D63C

Black with #45D63C

Text Example


Text Example

White with #45D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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