Html Css Color HEX #45DB48 Lime Green

📋 copy color: '#45DB48'

red 69 ◦ green 219 ◦ blue 72

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

Shades of Lime Green #45DB48

Tints of Lime Green #45DB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 19.17%
G = 60.83%
B = 20%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#45DB48 (or 0x45DB48) is known color: Lime Green. HEX triplet: 45, DB and 48. RGB value is (69,219,72). Sum of RGB (Red+Green+Blue) = 69+219+72=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #45DB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DB48 is #BA24B7. Grayscale: #9D9D9D. Windows color (decimal): -12199096 or 4774725. OLE color: 4774725.

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

Color convert

RGB 69 219 72 -
CMYK 0.68 0 0.67 0.14
HSL 121.2º 0.68% 0.56% -
HSV(B) 121.2º 0.68% 0.86% -
XYZ 28.96 52.4 14.72 -
YUV 157.39 79.81 64.95 -
System Red Green Blue C M Y K H S L
Decimal 69 219 72 0.68 0 0.67 0.14 121.2 0.68 0.56
Hex 45 DB 48 44 0 43 E 79 44 38
Octal 105 333 110 104 0 103 16 171 104 70
Binary 1000101 11011011 1001000 1000100 0 1000011 1110 1111001 1000100 111000

Color Harmonies of #45DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DB48

Black with #45DB48

Text Example


Text Example

White with #45DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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