Html Css Color HEX #45BA38 Lime Green

📋 copy color: '#45BA38'

red 69 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #45BA38

Tints of Lime Green #45BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.81%

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 22.19%
G = 59.81%
B = 18.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#45BA38 (or 0x45BA38) is known color: Lime Green. HEX triplet: 45, BA and 38. RGB value is (69,186,56). Sum of RGB (Red+Green+Blue) = 69+186+56=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA38 is #BA45C7. Grayscale: #888888. Windows color (decimal): -12207560 or 3717701. OLE color: 3717701.

HSL color Cylindrical-coordinate representation of color #45BA38: hue angle of 114º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45BA38 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 186 56 -
CMYK 0.63 0 0.70 0.27
HSL 114º 0.54% 0.47% -
HSV(B) 114º 0.7% 0.73% -
XYZ 20.73 36.67 9.73 -
YUV 136.2 82.74 80.07 -
System Red Green Blue C M Y K H S L
Decimal 69 186 56 0.63 0 0.70 0.27 114 0.54 0.47
Hex 45 BA 38 3F 0 46 1B 72 36 2F
Octal 105 272 70 77 0 106 33 162 66 57
Binary 1000101 10111010 111000 111111 0 1000110 11011 1110010 110110 101111

Color Harmonies of #45BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BA38

Black with #45BA38

Text Example


Text Example

White with #45BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,186,56); }

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

background-color css

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

 a { background-color: rgb(69,186,56); }

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

border-color css

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

 span { border-color: rgb(69,186,56); }

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