Html Css Color HEX #45DB40 Lime Green

📋 copy color: '#45DB40'

red 69 ◦ green 219 ◦ blue 64

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

Shades of Lime Green #45DB40

Tints of Lime Green #45DB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 62.22%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 19.6%
G = 62.22%
B = 18.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#45DB40 (or 0x45DB40) is known color: Lime Green. HEX triplet: 45, DB and 40. RGB value is (69,219,64). Sum of RGB (Red+Green+Blue) = 69+219+64=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #45DB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DB40 is #BA24BF. Grayscale: #9C9C9C. Windows color (decimal): -12199104 or 4250437. OLE color: 4250437.

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

Color convert

RGB 69 219 64 -
CMYK 0.68 0 0.71 0.14
HSL 118.06º 0.68% 0.55% -
HSV(B) 118.06º 0.71% 0.86% -
XYZ 28.71 52.3 13.43 -
YUV 156.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 69 219 64 0.68 0 0.71 0.14 118.06 0.68 0.55
Hex 45 DB 40 44 0 47 E 76 44 37
Octal 105 333 100 104 0 107 16 166 104 67
Binary 1000101 11011011 1000000 1000100 0 1000111 1110 1110110 1000100 110111

Color Harmonies of #45DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DB40

Black with #45DB40

Text Example


Text Example

White with #45DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,219,64); }

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

background-color css

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

 a { background-color: rgb(69,219,64); }

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

border-color css

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

 span { border-color: rgb(69,219,64); }

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