Html Css Color HEX #45BD36 Lime Green

📋 copy color: '#45BD36'

red 69 ◦ green 189 ◦ blue 54

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

Shades of Lime Green #45BD36

Tints of Lime Green #45BD36

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.58%

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

R = 22.12%
G = 60.58%
B = 17.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#45BD36 (or 0x45BD36) is known color: Lime Green. HEX triplet: 45, BD and 36. RGB value is (69,189,54). Sum of RGB (Red+Green+Blue) = 69+189+54=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BD36 is #BA42C9. Grayscale: #8A8A8A. Windows color (decimal): -12206794 or 3587397. OLE color: 3587397.

HSL color Cylindrical-coordinate representation of color #45BD36: hue angle of 113.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45BD36 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 189 54 -
CMYK 0.63 0 0.71 0.26
HSL 113.33º 0.56% 0.48% -
HSV(B) 113.33º 0.71% 0.74% -
XYZ 21.32 37.93 9.69 -
YUV 137.73 80.74 78.98 -
System Red Green Blue C M Y K H S L
Decimal 69 189 54 0.63 0 0.71 0.26 113.33 0.56 0.48
Hex 45 BD 36 3F 0 47 1A 71 38 30
Octal 105 275 66 77 0 107 32 161 70 60
Binary 1000101 10111101 110110 111111 0 1000111 11010 1110001 111000 110000

Color Harmonies of #45BD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BD36

Black with #45BD36

Text Example


Text Example

White with #45BD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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