Html Css Color HEX #45DA3D Lime Green

📋 copy color: '#45DA3D'

red 69 ◦ green 218 ◦ blue 61

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

Shades of Lime Green #45DA3D

Tints of Lime Green #45DA3D

RGB

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

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

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

R = 19.83%
G = 62.64%
B = 17.53%

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

#45DA3D (or 0x45DA3D) is known color: Lime Green. HEX triplet: 45, DA and 3D. RGB value is (69,218,61). Sum of RGB (Red+Green+Blue) = 69+218+61=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA3D is #BA25C2. Grayscale: #9C9C9C. Windows color (decimal): -12199363 or 4053573. OLE color: 4053573.

HSL color Cylindrical-coordinate representation of color #45DA3D: hue angle of 116.94º 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 #45DA3D is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 218 61 -
CMYK 0.68 0 0.72 0.15
HSL 116.94º 0.68% 0.55% -
HSV(B) 116.94º 0.72% 0.85% -
XYZ 28.37 51.74 12.91 -
YUV 155.55 74.64 66.27 -
System Red Green Blue C M Y K H S L
Decimal 69 218 61 0.68 0 0.72 0.15 116.94 0.68 0.55
Hex 45 DA 3D 44 0 48 F 75 44 37
Octal 105 332 75 104 0 110 17 165 104 67
Binary 1000101 11011010 111101 1000100 0 1001000 1111 1110101 1000100 110111

Color Harmonies of #45DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DA3D

Black with #45DA3D

Text Example


Text Example

White with #45DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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