Html Css Color HEX #45DB53 Lime Green

📋 copy color: '#45DB53'

red 69 ◦ green 219 ◦ blue 83

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

Shades of Lime Green #45DB53

Tints of Lime Green #45DB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 18.6%
G = 59.03%
B = 22.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#45DB53 (or 0x45DB53) is known color: Lime Green. HEX triplet: 45, DB and 53. RGB value is (69,219,83). Sum of RGB (Red+Green+Blue) = 69+219+83=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #45DB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DB53 is #BA24AC. Grayscale: #9F9F9F. Windows color (decimal): -12199085 or 5495621. OLE color: 5495621.

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

Color convert

RGB 69 219 83 -
CMYK 0.68 0 0.62 0.14
HSL 125.6º 0.68% 0.56% -
HSV(B) 125.6º 0.68% 0.86% -
XYZ 29.35 52.55 16.78 -
YUV 158.65 85.31 64.06 -
System Red Green Blue C M Y K H S L
Decimal 69 219 83 0.68 0 0.62 0.14 125.6 0.68 0.56
Hex 45 DB 53 44 0 3E E 7E 44 38
Octal 105 333 123 104 0 76 16 176 104 70
Binary 1000101 11011011 1010011 1000100 0 111110 1110 1111110 1000100 111000

Color Harmonies of #45DB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DB53

Black with #45DB53

Text Example


Text Example

White with #45DB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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