Html Css Color HEX #45BC37 Lime Green

📋 copy color: '#45BC37'

red 69 ◦ green 188 ◦ blue 55

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

Shades of Lime Green #45BC37

Tints of Lime Green #45BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.26%

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 22.12%
G = 60.26%
B = 17.63%

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

#45BC37 (or 0x45BC37) is known color: Lime Green. HEX triplet: 45, BC and 37. RGB value is (69,188,55). Sum of RGB (Red+Green+Blue) = 69+188+55=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC37 is #BA43C8. Grayscale: #898989. Windows color (decimal): -12207049 or 3652677. OLE color: 3652677.

HSL color Cylindrical-coordinate representation of color #45BC37: hue angle of 113.68º degrees, saturation: 0.55, 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 #45BC37 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 188 55 -
CMYK 0.63 0 0.71 0.26
HSL 113.68º 0.55% 0.48% -
HSV(B) 113.68º 0.71% 0.74% -
XYZ 21.13 37.51 9.74 -
YUV 137.26 81.58 79.31 -
System Red Green Blue C M Y K H S L
Decimal 69 188 55 0.63 0 0.71 0.26 113.68 0.55 0.48
Hex 45 BC 37 3F 0 47 1A 72 37 30
Octal 105 274 67 77 0 107 32 162 67 60
Binary 1000101 10111100 110111 111111 0 1000111 11010 1110010 110111 110000

Color Harmonies of #45BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC37

Black with #45BC37

Text Example


Text Example

White with #45BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,188,55); }

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

background-color css

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

 a { background-color: rgb(69,188,55); }

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

border-color css

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

 span { border-color: rgb(69,188,55); }

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