Html Css Color HEX #45DE48 Lime Green

📋 copy color: '#45DE48'

red 69 ◦ green 222 ◦ blue 72

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

Shades of Lime Green #45DE48

Tints of Lime Green #45DE48

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.16%

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

R = 19.01%
G = 61.16%
B = 19.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#45DE48 (or 0x45DE48) is known color: Lime Green. HEX triplet: 45, DE and 48. RGB value is (69,222,72). Sum of RGB (Red+Green+Blue) = 69+222+72=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DE48 is #BA21B7. Grayscale: #9F9F9F. Windows color (decimal): -12198328 or 4775493. OLE color: 4775493.

HSL color Cylindrical-coordinate representation of color #45DE48: hue angle of 121.18º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE48 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 222 72 -
CMYK 0.69 0 0.68 0.13
HSL 121.18º 0.7% 0.57% -
HSV(B) 121.18º 0.69% 0.87% -
XYZ 29.75 53.98 14.98 -
YUV 159.15 78.81 63.7 -
System Red Green Blue C M Y K H S L
Decimal 69 222 72 0.69 0 0.68 0.13 121.18 0.7 0.57
Hex 45 DE 48 45 0 44 D 79 46 39
Octal 105 336 110 105 0 104 15 171 106 71
Binary 1000101 11011110 1001000 1000101 0 1000100 1101 1111001 1000110 111001

Color Harmonies of #45DE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DE48

Black with #45DE48

Text Example


Text Example

White with #45DE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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