Html Css Color HEX #45DA36 Lime Green

📋 copy color: '#45DA36'

red 69 ◦ green 218 ◦ blue 54

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

Shades of Lime Green #45DA36

Tints of Lime Green #45DA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 20.23%
G = 63.93%
B = 15.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#45DA36 (or 0x45DA36) is known color: Lime Green. HEX triplet: 45, DA and 36. RGB value is (69,218,54). Sum of RGB (Red+Green+Blue) = 69+218+54=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA36 is #BA25C9. Grayscale: #9B9B9B. Windows color (decimal): -12199370 or 3594821. OLE color: 3594821.

HSL color Cylindrical-coordinate representation of color #45DA36: hue angle of 114.51º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45DA36 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 218 54 -
CMYK 0.68 0 0.75 0.15
HSL 114.51º 0.69% 0.53% -
HSV(B) 114.51º 0.75% 0.85% -
XYZ 28.19 51.67 11.98 -
YUV 154.75 71.14 66.84 -
System Red Green Blue C M Y K H S L
Decimal 69 218 54 0.68 0 0.75 0.15 114.51 0.69 0.53
Hex 45 DA 36 44 0 4B F 73 45 35
Octal 105 332 66 104 0 113 17 163 105 65
Binary 1000101 11011010 110110 1000100 0 1001011 1111 1110011 1000101 110101

Color Harmonies of #45DA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DA36

Black with #45DA36

Text Example


Text Example

White with #45DA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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