Html Css Color HEX #45DA3C Lime Green

📋 copy color: '#45DA3C'

red 69 ◦ green 218 ◦ blue 60

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

Shades of Lime Green #45DA3C

Tints of Lime Green #45DA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.82%

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

R = 19.88%
G = 62.82%
B = 17.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#45DA3C (or 0x45DA3C) is known color: Lime Green. HEX triplet: 45, DA and 3C. RGB value is (69,218,60). Sum of RGB (Red+Green+Blue) = 69+218+60=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA3C is #BA25C3. Grayscale: #9B9B9B. Windows color (decimal): -12199364 or 3988037. OLE color: 3988037.

HSL color Cylindrical-coordinate representation of color #45DA3C: hue angle of 116.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45DA3C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 218 60 -
CMYK 0.68 0 0.72 0.15
HSL 116.58º 0.68% 0.55% -
HSV(B) 116.58º 0.72% 0.85% -
XYZ 28.34 51.73 12.77 -
YUV 155.44 74.14 66.35 -
System Red Green Blue C M Y K H S L
Decimal 69 218 60 0.68 0 0.72 0.15 116.58 0.68 0.55
Hex 45 DA 3C 44 0 48 F 75 44 37
Octal 105 332 74 104 0 110 17 165 104 67
Binary 1000101 11011010 111100 1000100 0 1001000 1111 1110101 1000100 110111

Color Harmonies of #45DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DA3C

Black with #45DA3C

Text Example


Text Example

White with #45DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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